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 33This changelog summarizes major changes between GraalVM versions of the Python
44language runtime. The main focus is on user-observable behavior of the engine.
55
6- ## Version 20.0.0 beta 2
6+ ## Version 19.1.0
77
88* Add ` java.add_to_classpath ` API to dynamically extend the host class path
99* Allow write access to main module bindings for embedder
1010* 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-
1411* Update Python standard library files to Python 3.7.3
1512* Improve performance of exceptions that do not escape
1613* Fix str(None) to print "None" instead of an empty string
Original file line number Diff line number Diff line change 99 "name" : "graalpython" ,
1010 "versionConflictResolution" : "latest" ,
1111
12- "version" : "20.0.0-beta.02 " ,
12+ "version" : "19.2.0 " ,
1313 "release" : False ,
1414 "groupId" : "org.graalvm.graalpython" ,
1515 "url" : "http://www.graalvm.org/" ,
You can’t perform that action at this time.
0 commit comments