You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ language runtime. The main focus is on user-observable behavior of the engine.
23
23
* Improve performance of Java interop when Python objects are accessed from Java
24
24
* Add a new `--python.EmulateJython` flag to support importing Java classes using normal Python import syntax when the package is known and to catch Java exceptions from Python code
25
25
* Update standard library to Python 3.7.4
26
+
* Initial implementatin of PEP 498 -- Literal String Interpolation
0 commit comments