We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398db8b commit ec7027fCopy full SHA for ec7027f
1 file changed
Misc/NEWS
@@ -38,9 +38,9 @@ Core and Builtins
38
39
- PEP 3102: keyword-only arguments.
40
41
-- Int/Long unification is halfway complete. The 'long' built-in type
42
- hasn't been removed yet, and literals with trailing 'L' or 'l' are
43
- still recognized. Performance may be sub-optimal.
+- Int/Long unification is mostly complete. The 'long' built-in type
+ and literals with trailing 'L' or 'l' have been removed.
+ Performance may be sub-optimal (haven't really benchmarked).
44
45
- 'except E, V' must now be spelled as 'except E as V' and deletes V
46
at the end of the except clause; V must be a simple name.
0 commit comments