Author: guido.van.rossum
Date: Tue Jan 30 01:00:40 2007
New Revision: 53600

Modified:
   python/branches/p3yk/Misc/NEWS
Log:
Update news about int/long unification.


Modified: python/branches/p3yk/Misc/NEWS
==============================================================================
--- python/branches/p3yk/Misc/NEWS      (original)
+++ python/branches/p3yk/Misc/NEWS      Tue Jan 30 01:00:40 2007
@@ -38,9 +38,9 @@
 
 - PEP 3102: keyword-only arguments.
 
-- Int/Long unification is halfway complete.  The 'long' built-in type
-  hasn't been removed yet, and literals with trailing 'L' or 'l' are
-  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).
 
 - '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.
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to