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