[Python-checkins] python/dist/src/Misc NEWS, 1.1193年2月10日5, 1.1193年2月10日6
gvanrossum@users.sourceforge.net
gvanrossum at users.sourceforge.net
Tue Sep 20 18:36:11 CEST 2005
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30524/Misc
Modified Files:
Tag: release24-maint
NEWS
Log Message:
- On 64-bit platforms, when __len__() returns a value that cannot be
represented as a C int, raise OverflowError.
(Will forward-port.)
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193年2月10日5
retrieving revision 1.1193年2月10日6
diff -u -d -r1.1193年2月10日5 -r1.1193年2月10日6
--- NEWS 20 Sep 2005 13:08:33 -0000 1.1193年2月10日5
+++ NEWS 20 Sep 2005 16:36:07 -0000 1.1193年2月10日6
@@ -12,6 +12,9 @@
Core and builtins
-----------------
+- On 64-bit platforms, when __len__() returns a value that cannot be
+ represented as a C int, raise OverflowError.
+
- SF bug #893549: parsing keyword arguments was broken with a few format
codes.
More information about the Python-checkins
mailing list