File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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/" ,
You can’t perform that action at this time.
0 commit comments