File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ language runtime. The main focus is on user-observable behavior of the engine.
5
5
6
6
## Version 19.3.0
7
7
8
+ * Implement ` gc.{enable,disable,isenabled} ` as stubs
8
9
* Implement ` charmap_build ` function
9
10
* Implement ` hexversion ` in sys module
10
11
* Implement ` _lzma ` module
@@ -13,6 +14,7 @@ language runtime. The main focus is on user-observable behavior of the engine.
13
14
* Fix destructuring assignments of arbitrary iterators
14
15
* Fix ` dict.__contains__ ` for dictionaries with only ` str ` keys for subclasses of ` str `
15
16
* Support NumPy 1.16.4 and Pandas 0.25.0
17
+ * Support ` timeit ` module
16
18
* Support importing Java classes using normal Python import syntax when the package is known
17
19
* Improve performance across many Python benchmarks
18
20
You can’t perform that action at this time.
0 commit comments