Skip to content

Commit b0ca5b2

Browse files
committed
[hotfix] Prepare for rc11.
PullRequest: graalpython/347
2 parents 4c1cc3e + c3dc870 commit b0ca5b2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ language runtime. The main focus is on user-observable behavior of the engine.
1818
* Improve performance of `os.scandir` and functions that build on it (such as `glob`)
1919
* More correct implementation of standard streams, including buffering
2020
* Properly support the `-m` switch to run modules
21-
* Support creating ZIP files through the standard `zipfile` module
21+
* Support the standard `zipfile` module
22+
* Add the built-in `_cvs` module
23+
* Add support for `__slots__`
24+
* Allow arbitrary callable objects in methods, not only functions
25+
* Report that we have a TTY console if we are launched on a Terminal through our launcher
26+
* Add the `ginstall` custom module to install known packages such as NumPy and setuptools
2227

2328
## Version 1.0.0 RC10
2429

mx.graalpython/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "graalpython",
99
"versionConflictResolution": "latest",
1010

11-
"version": "1.0.0-rc11",
11+
"version": "1.0.0-rc12",
1212
"release": False,
1313
"groupId": "org.graalvm.graalpython",
1414
"url": "http://www.graalvm.org/",

0 commit comments

Comments
 (0)