commit | 001d3a1d8ac9b5a057a585950182880f5733c608 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Sun Aug 08 17:56:41 2010 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Sun Aug 08 17:56:41 2010 +0000 |
tree | fc83b45c8370714c94522d12b1f1a319fe23408d | |
parent | 6fe8c41e8ff4d87fd6bb1bc9ae67d0f49b5073f4 [diff] [blame] |
Fis issue5504: ctypes does now work with systems where mmap can't be PROT_WRITE and PROT_EXEC.
diff --git a/Misc/NEWS b/Misc/NEWS index 6c2c38f..cc63521 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -26,6 +26,9 @@ 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.