We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a89f0 commit 9ccc361Copy full SHA for 9ccc361
CHANGELOG.md
@@ -5,6 +5,8 @@ language runtime. The main focus is on user-observable behavior of the engine.
5
6
## Version 1.0.0 RC15
7
8
+* Implement PEP 487 `__init_subclass__`
9
+* Implement PEP 560 `__class_getitem__` and `__mro_entries__`
10
* Migrate to Truffle libraries for interop
11
* Support the buffer protocol for mmap
12
* Support importing java classes using normal Python import syntax
0 commit comments