Test wether we are building on a case-insensitive filesystem (such
as OSX HFS+) and if so add an extension to the python executable, but
only in the build directory, not on the installed python.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5f5083b..6dd9957 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,6 +62,10 @@
Build
+- It is no longer necessary to use --with-suffix when building on a
+ case-insensitive file system (such as Mac OS X HFS+). In the build
+ directory an extension is used, but not in the installed python.
+
C API
- PyArg_ParseTupleAndKeywords() requires that the number of entries in