summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-01-17 12:16:23 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-01-17 12:16:23 (GMT)
commit1119a649167f8057f75b8fd26fa6cd2c1fc59a83 (patch)
treed3edfe03010522cb00d7103c1c8e7ed06a759283 /Misc/NEWS
parent4c1718c0e34e955423db92f1b69d57fc580ea57d (diff)
downloadcpython-1119a649167f8057f75b8fd26fa6cd2c1fc59a83.zip
cpython-1119a649167f8057f75b8fd26fa6cd2c1fc59a83.tar.gz
cpython-1119a649167f8057f75b8fd26fa6cd2c1fc59a83.tar.bz2
Issue #7561: Fix crashes when using bytearray objects with the posix
module.
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 248f1a7..1250509 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -223,6 +223,9 @@ C-API
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.