mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add news entry about error msg improvement.
This commit is contained in:
parent
0f2783cb4c
commit
a56b91552a
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue