diff options
author | Larry Hastings <larry@hastings.org> | 2010-02-24 22:58:18 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2010-02-24 22:58:18 (GMT) |
commit | e5fd21f11f09c106b0b77a1dee2c25e69f48b84a (patch) | |
tree | ee1c332ad0a288a4e1bf787142b081472d9443f5 /Misc | |
parent | 73ad434945f520337f55f23695221d766d066969 (diff) | |
download | cpython-e5fd21f11f09c106b0b77a1dee2c25e69f48b84a.zip cpython-e5fd21f11f09c106b0b77a1dee2c25e69f48b84a.tar.gz cpython-e5fd21f11f09c106b0b77a1dee2c25e69f48b84a.tar.bz2 |
Merged revisions 78435 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r78435 | larry.hastings | 2010-02-24 17:49:58 -0500 (Wed, 24 Feb 2010) | 4 lines
Issue #5939: Add additional runtime checking to ensure a valid capsule
in Modules/_ctypes/callproc.c. Reviewed by Benjamin P. My first commit!
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -12,7 +12,9 @@ What's New in Python 3.1.2? Core and Builtins ----------------- -======= +- Issue #5939: Add additional runtime checking to ensure a valid capsule + in Modules/_ctypes/callproc.c. + - Issue #7309: Fix unchecked attribute access when converting UnicodeEncodeError, UnicodeDecodeError, and UnicodeTranslateError to strings. |