summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-01-16 18:05:15 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-01-16 18:05:15 (GMT)
commitf9182a97891fac1c9e03a2198a0f0f013a4097ba (patch)
tree52cba022088587aada657aeb5e8aed129a1f766d /Misc
parent6c27361638c4ffbef7b1ffa937dd88b86fc2f8f3 (diff)
downloadcpython-f9182a97891fac1c9e03a2198a0f0f013a4097ba.zip
cpython-f9182a97891fac1c9e03a2198a0f0f013a4097ba.tar.gz
cpython-f9182a97891fac1c9e03a2198a0f0f013a4097ba.tar.bz2
Merged revisions 77466 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77466 | antoine.pitrou | 2010-01-13 12:47:49 +0100 (mer., 13 janv. 2010) | 5 lines Issue #7661: Allow ctypes to be built from a non-ASCII directory path. Patch by Florent Xicluna. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index eb77a3d..b9ea475 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -167,6 +167,9 @@ Library
Build
-----
+- Issue #7661: Allow ctypes to be built from a non-ASCII directory path.
+ Patch by Florent Xicluna.
+
- Issue #7589: Only build the nis module when the correct header files are
found.