mirror of https://github.com/python/cpython
Accidentally didn't commit Misc/NEWS entry on when __unicode__() was removed
from exceptions.
This commit is contained in:
parent
2fa067982c
commit
9adeab7b96
|
@ -12,6 +12,9 @@ What's New in Python 2.6 alpha 1?
|
|||
Core and builtins
|
||||
-----------------
|
||||
|
||||
- Bug #1551432: Exceptions do not define an explicit __unicode__ method. This
|
||||
allows calling unicode() on exceptions classes directly to succeed.
|
||||
|
||||
- Make _PyGILState_NoteThreadState() static, it was not used anywhere
|
||||
outside of pystate.c and should not be necessary.
|
||||
|
||||
|
|
Loading…
Reference in New Issue