summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-05-18 07:01:27 (GMT)
committerGeorg Brandl <georg@python.org>2006-05-18 07:01:27 (GMT)
commit7b90e168f3d27f10cc087da2b9be1289722e7172 (patch)
treef2f5027e63e3a10ae21ee9abbf5d25dc57f45917 /Misc
parentb678ce5aa67d890bb080df19fa35a232a19dac65 (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 99dcec8..679bd30 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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