diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-03-06 00:53:19 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-03-06 00:53:19 (GMT) |
commit | f874debbf37636b0f2f46f8db06be50c20b670a8 (patch) | |
tree | dfcb544911644bf6c14b721d47408156c3cbf7c1 /Misc/NEWS | |
parent | 53b13e9873a7503a29d295d9451b44d5d636ce27 (diff) | |
parent | 80d3610bc36e484fbe7b7ccce366a73314505a16 (diff) | |
download | cpython-f874debbf37636b0f2f46f8db06be50c20b670a8.zip cpython-f874debbf37636b0f2f46f8db06be50c20b670a8.tar.gz cpython-f874debbf37636b0f2f46f8db06be50c20b670a8.tar.bz2 |
Merge fix for issue #11391
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -55,6 +55,10 @@ Core and Builtins Library ------- +- Issue #11391: Writing to a mmap object created with + ``mmap.PROT_READ|mmap.PROT_EXEC`` would segfault instead of raising a + TypeError. Patch by Charles-François Natali. + - Issue #9795: add context manager protocol support for nntplib.NNTP class. - Issue #11306: mailbox in certain cases adapts to an inability to open |