commit | 3335a7ad63092d232098fec292cf9b3a25c66a83 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Aug 14 21:42:55 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Aug 14 21:42:55 2006 +0000 |
tree | f2295faf6d6fb32d537ca1e94237ecd1d3dabbce | |
parent | 2463f8f831bdf7ed562a26a13a6214f203f0b037 [diff] [blame] |
Patch #1535500: fix segfault in BZ2File.writelines and make sure it raises the correct exceptions.
diff --git a/Misc/NEWS b/Misc/NEWS index 2d1a5e4..06dde4a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -79,6 +79,9 @@ Extension Modules ----------------- +- Patch #1535500: fix segfault in BZ2File.writelines and make sure it + raises the correct exceptions. + - Patch # 1536908: enable building ctypes on OpenBSD/AMD64. The '-no-stack-protector' compiler flag for OpenBSD has been removed.