diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-09-25 20:52:56 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-09-25 20:52:56 (GMT) |
commit | 17617a07d1f2d2ffb6b0f77be8926f54cd0f4ae8 (patch) | |
tree | 90b9bdabd59ba83dabbdea1f49ac745a22a7fe43 /Misc | |
parent | 22d3c92480b419c4ad1adf42ffb723ba2d471f26 (diff) | |
download | cpython-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')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |