diff options
author | Georg Brandl <georg@python.org> | 2006-05-18 07:01:27 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-05-18 07:01:27 (GMT) |
commit | 7b90e168f3d27f10cc087da2b9be1289722e7172 (patch) | |
tree | f2f5027e63e3a10ae21ee9abbf5d25dc57f45917 /Misc | |
parent | b678ce5aa67d890bb080df19fa35a232a19dac65 (diff) | |
download | cpython-7b90e168f3d27f10cc087da2b9be1289722e7172.zip cpython-7b90e168f3d27f10cc087da2b9be1289722e7172.tar.gz cpython-7b90e168f3d27f10cc087da2b9be1289722e7172.tar.bz2 |
Bug #1462152: file() now checks more thoroughly for invalid mode
strings and removes a possible "U" before passing the mode to the
C library function.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ What's New in Python 2.5 alpha 3? Core and builtins ----------------- +- Bug #1462152: file() now checks more thoroughly for invalid mode + strings and removes a possible "U" before passing the mode to the + C library function. + - Patch #1488312, Fix memory alignment problem on SPARC in unicode - Bug #1487966: Fix SystemError with conditional expression in assignment |