summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-01-13 11:47:49 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-01-13 11:47:49 (GMT)
commit8c510e704e3823df66c2c3ad85912c9a9dda7f14 (patch)
tree0de13fab14e4bef327f2b9083f32d689da9e9349 /Misc/NEWS
parent5c767c2f876a0e9611489033b1be92c566273d6f (diff)
downloadcpython-8c510e704e3823df66c2c3ad85912c9a9dda7f14.zip
cpython-8c510e704e3823df66c2c3ad85912c9a9dda7f14.tar.gz
cpython-8c510e704e3823df66c2c3ad85912c9a9dda7f14.tar.bz2
Issue #7661: Allow ctypes to be built from a non-ASCII directory path.
Patch by Florent Xicluna.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 20cdf88..82f3d92 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,12 @@ Library
Extension extra options may change the output without changing the .c
file). Initial patch by Collin Winter.
+Build
+-----
+
+- Issue #7661: Allow ctypes to be built from a non-ASCII directory path.
+ Patch by Florent Xicluna.
+
What's New in Python 2.7 alpha 2?
=================================