News for issue 5389 fix.

This commit is contained in:
Guido van Rossum 2009-03-05 21:49:40 +00:00
parent c261e4868b
commit f73bf85942
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ What's New in Python 2.5.4?
Core and builtins
-----------------
- Issue #5389: Avoid potential for undefined variable 'startinpos' in
PyUnicode_DecodeUTF7().
- Revert patch for #1706039, as it can crash the interpreter.
- Added test case to ensure attempts to read from a file opened for writing