File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,10 @@ language runtime. The main focus is on user-observable behavior of the engine.
6
6
## Version 21.1.0
7
7
8
8
* Added SSL/TLS support (the ` ssl ` module)
9
-
10
- ## Version 21.1.0
11
-
12
9
* Added subclassing of Java classes in JVM mode
13
10
* Use native posix functions in the GraalPython Launcher
14
11
* Support iterating over Python objects from Java and other languages as well as iterating over foreign objects in Python
15
- * Support catching foreign exceptions in catch-all except clauses
16
-
17
- ## Version 21.1.0
18
-
19
12
* Support catching exceptions from other languages or Java with catch-all except blocks
20
- * Support iterating over iterables from other languages, as well as allow other languages to iterate over Python iterables and iterators
21
13
* Support isinstance and issubclass with instances and classes of other languages
22
14
23
15
## Version 21.0.0
You can’t perform that action at this time.
0 commit comments