Skip to content

Commit ec7027f

Browse files
committed
Update news about int/long unification.
1 parent 398db8b commit ec7027f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Misc/NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Core and Builtins
3838

3939
- PEP 3102: keyword-only arguments.
4040

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.
41+
- Int/Long unification is mostly complete. The 'long' built-in type
42+
and literals with trailing 'L' or 'l' have been removed.
43+
Performance may be sub-optimal (haven't really benchmarked).
4444

4545
- 'except E, V' must now be spelled as 'except E as V' and deletes V
4646
at the end of the except clause; V must be a simple name.

0 commit comments

Comments
 (0)