Kaydet (Commit) a56b9155 authored tarafından Georg Brandl's avatar Georg Brandl

Add news entry about error msg improvement.

üst 0f2783cb
......@@ -12,6 +12,10 @@ What's New in Python 2.5 beta 1?
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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment