Issue #7661: Allow ctypes to be built from a non-ASCII directory path.
Patch by Florent Xicluna.
diff --git a/Misc/NEWS b/Misc/NEWS
index 20cdf88..82f3d92 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,12 @@
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?
=================================