File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 33This changelog summarizes major changes between GraalVM versions of the Python
44language runtime. The main focus is on user-observable behavior of the engine.
55
6+ ## Version 1.0.0 RC12
7+
8+ * Support the ` __class__ ` variable in the class scope
9+ * Support module-level docstrings
10+ * Initial support for the ` venv ` standard-library tool
11+ * Initial support for the built-in ` _bz2 ` module
12+ * Initial support for the ` pandas ` package
13+ * Initial support for OSError subclasses based on the ` errno ` of the exception
14+ * Fix bytearray inplace add to return the same object
15+ * Fix access to standard Python methods (` __repr__ ` , ` __str__ ` , ` __len__ ` and the like) for foreign objects
16+
617## Version 1.0.0 RC11
718
819* Support running setuptools to build and install various packages
You can’t perform that action at this time.
0 commit comments