summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-02-15 08:20:11 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-02-15 08:20:11 (GMT)
commit7adfad850a50722464775d57b5d16b850ecab56a (patch)
tree876709cd5987e91a120a0d9af22764663237f9e6 /Misc
parent2f0da53d28b316197a94919c96195a514acc668f (diff)
downloadcpython-7adfad850a50722464775d57b5d16b850ecab56a.zip
cpython-7adfad850a50722464775d57b5d16b850ecab56a.tar.gz
cpython-7adfad850a50722464775d57b5d16b850ecab56a.tar.bz2
Bug #2111: mmap segfaults when trying to write a block opened with PROT_READ
Thanks to Thomas Herve for the fix.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c4d64ce..fdc81c1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1142,6 +1142,8 @@ Library
Extension Modules
-----------------
+- Bug #2111: mmap segfaults when trying to write a block opened with PROT_READ
+
- #2063: correct order of utime and stime in os.times() result on Windows.
- Patch #1736: Fix file name handling of _msi.FCICreate.