diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2009-12-01 22:03:44 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2009-12-01 22:03:44 (GMT) |
commit | ea315ac8f4890538ad23c5247c2cc7dfa7e9f985 (patch) | |
tree | 1998254f0bcbed54e4a26f8d876dc3579db0e30c /Misc | |
parent | 6c8ee7a33309b79d9f2737616501835349cfcdaf (diff) | |
download | cpython-ea315ac8f4890538ad23c5247c2cc7dfa7e9f985.zip cpython-ea315ac8f4890538ad23c5247c2cc7dfa7e9f985.tar.gz cpython-ea315ac8f4890538ad23c5247c2cc7dfa7e9f985.tar.bz2 |
Merged revisions 76626 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r76626 | amaury.forgeotdarc | 2009-12-01 22:59:18 +0100 (mar., 01 déc. 2009) | 10 lines
Merged revisions 76625 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76625 | amaury.forgeotdarc | 2009-12-01 22:51:04 +0100 (mar., 01 déc. 2009) | 3 lines
#7419: Fix a crash on Windows in locale.setlocale() when the category
is outside the allowed range.
........
................
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 3.1.2? Core and Builtins ----------------- +- Issue #7419: setlocale() could crash the interpreter on Windows when called + with invalid values. + - Issue #6077: On Windows, files opened with tempfile.TemporaryFile in "wt+" mode would appear truncated on the first '0x1a' byte (aka. Ctrl+Z). |