File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 3
3
This changelog summarizes major changes between GraalVM versions of the Python
4
4
language runtime. The main focus is on user-observable behavior of the engine.
5
5
6
- ## Version 20.0.0 beta 2
6
+ ## Version 19.1.0
7
7
8
8
* Add ` java.add_to_classpath ` API to dynamically extend the host class path
9
9
* Allow write access to main module bindings for embedder
10
10
* Swap arguments for ` polyglot.export_value ` to use the more natural (name, value) order and deprecate the previous argument order.
11
-
12
- ## Version 20.0.0 beta 1
13
-
14
11
* Update Python standard library files to Python 3.7.3
15
12
* Improve performance of exceptions that do not escape
16
13
* Fix str(None) to print "None" instead of an empty string
Original file line number Diff line number Diff line change 9
9
"name" : "graalpython" ,
10
10
"versionConflictResolution" : "latest" ,
11
11
12
- "version" : "20.0.0-beta.02 " ,
12
+ "version" : "19.2.0 " ,
13
13
"release" : False ,
14
14
"groupId" : "org.graalvm.graalpython" ,
15
15
"url" : "http://www.graalvm.org/" ,
You can’t perform that action at this time.
0 commit comments