diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-01-13 11:47:49 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-01-13 11:47:49 (GMT) |
commit | 8c510e704e3823df66c2c3ad85912c9a9dda7f14 (patch) | |
tree | 0de13fab14e4bef327f2b9083f32d689da9e9349 /Misc/NEWS | |
parent | 5c767c2f876a0e9611489033b1be92c566273d6f (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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? ================================= |