diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-01-17 12:19:45 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-01-17 12:19:45 (GMT) |
commit | 1b64331f49881f23fbbdbab8a9e152aa2188d5b6 (patch) | |
tree | a8bc538f6d46e6b7877141e1321ecc1c614616e9 /Misc | |
parent | f3f5a1333be0623922798291286ae18c90617804 (diff) | |
download | cpython-1b64331f49881f23fbbdbab8a9e152aa2188d5b6.zip cpython-1b64331f49881f23fbbdbab8a9e152aa2188d5b6.tar.gz cpython-1b64331f49881f23fbbdbab8a9e152aa2188d5b6.tar.bz2 |
Merged revisions 77571 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r77571 | antoine.pitrou | 2010-01-17 13:16:23 +0100 (dim., 17 janv. 2010) | 4 lines
Issue #7561: Fix crashes when using bytearray objects with the posix
module.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -67,6 +67,9 @@ Core and Builtins Library ------- +- Issue #7561: Fix crashes when using bytearray objects with the posix + module. + - Issue #1670765: Prevent email.generator.Generator from re-wrapping headers in multipart/signed MIME parts, which fixes one of the sources of invalid modifications to such parts by Generator. |