[Python-checkins] r47019 - python/trunk/Misc/NEWS

georg.brandl python-checkins at python.org
Mon Jun 19 08:35:55 CEST 2006


Author: georg.brandl
Date: Mon Jun 19 08:35:54 2006
New Revision: 47019

Modified:
   python/trunk/Misc/NEWS
Log:
Add news entry about error msg improvement.



Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Mon Jun 19 08:35:54 2006
@@ -12,6 +12,10 @@
 Core and builtins
 -----------------
 
+- Patch #1507676: Error messages returned by invalid abstract object operations
+  (such as iterating over an integer) have been improved and now include the
+  type of the offending object to help with debugging.
+
 - Bug #992017: A classic class that defined a __coerce__() method that returned
   its arguments swapped would infinitely recurse and segfault the interpreter.
 


More information about the Python-checkins mailing list