File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
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.
18
18
* Improve performance of ` os.scandir ` and functions that build on it (such as ` glob ` )
19
19
* More correct implementation of standard streams, including buffering
20
20
* 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
22
27
23
28
## Version 1.0.0 RC10
24
29
You can’t perform that action at this time.
0 commit comments