diff options
author | Guido van Rossum <guido@python.org> | 2009-03-05 21:49:40 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2009-03-05 21:49:40 (GMT) |
commit | f73bf859425040d2d27499ae89bc229fb5496b00 (patch) | |
tree | ad437a99298541d3529f94bff6df225d2c7af01a | |
parent | c261e4868b9bb5d85cd8c8955ef301c51f2a8155 (diff) | |
download | cpython-f73bf859425040d2d27499ae89bc229fb5496b00.zip cpython-f73bf859425040d2d27499ae89bc229fb5496b00.tar.gz cpython-f73bf859425040d2d27499ae89bc229fb5496b00.tar.bz2 |
News for issue 5389 fix.
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |