summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2010-08-08 17:56:41 (GMT)
committerThomas Heller <theller@ctypes.org>2010-08-08 17:56:41 (GMT)
commit001d3a1d8ac9b5a057a585950182880f5733c608 (patch)
treefc83b45c8370714c94522d12b1f1a319fe23408d /Misc/NEWS
parent6fe8c41e8ff4d87fd6bb1bc9ae67d0f49b5073f4 (diff)
downloadcpython-001d3a1d8ac9b5a057a585950182880f5733c608.zip
cpython-001d3a1d8ac9b5a057a585950182880f5733c608.tar.gz
cpython-001d3a1d8ac9b5a057a585950182880f5733c608.tar.bz2
Fis issue5504: ctypes does now work with systems where mmap can't be
PROT_WRITE and PROT_EXEC.
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 6c2c38f..cc63521 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,9 @@ Core and Builtins
Library
-------
+- Issue5504 - ctypes should now work with systems where mmap can't be
+ PROT_WRITE and PROT_EXEC.
+
- Fix Issue8280 - urllib2's Request method will remove fragements in the url.
This is how it is supposed to work, wget and curl do the same. Previous
behavior was wrong.