Skip to content

Commit

Permalink
News about int/long unification and except syntax change.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Jan 14, 2007
1 parent ddefaf3 commit ab18684
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ TO DO
Core and Builtins
-----------------

- Int/Long unification is halfway complete. There are a few broken tests,
the 'long' built-in hasn't been removed yet, and literals with trailing
'L' or 'l' are still recognized. Performance may be sub-optimal.

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

- Added function annotations per PEP 3107.

- Moved intern() to sys.intern().
Expand Down

0 comments on commit ab18684

Please sign in to comment.