summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-09-25 20:52:56 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-09-25 20:52:56 (GMT)
commit17617a07d1f2d2ffb6b0f77be8926f54cd0f4ae8 (patch)
tree90b9bdabd59ba83dabbdea1f49ac745a22a7fe43 /Misc/NEWS
parent22d3c92480b419c4ad1adf42ffb723ba2d471f26 (diff)
downloadcpython-17617a07d1f2d2ffb6b0f77be8926f54cd0f4ae8.zip
cpython-17617a07d1f2d2ffb6b0f77be8926f54cd0f4ae8.tar.gz
cpython-17617a07d1f2d2ffb6b0f77be8926f54cd0f4ae8.tar.bz2
#3965: on Windows, open() crashes if the filename or the mode is invalid,
and if the filename is a unicode string. Reviewed by Martin von Loewis.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 80e524d..660e88a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.6 final
Core and Builtins
-----------------
+- Issue #3965: Fixed a crash on Windows when open() is given an invalid
+ filename or mode, and the filename is a unicode string.
+
- Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default.
Library