diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-12-06 21:47:20 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-12-06 21:47:20 (GMT) |
commit | 1999ef4973fb0e02872c2d970e9690061b65412d (patch) | |
tree | 89bd5e3b2684153989fff6f853488dc98b7ce875 /Misc | |
parent | 3ecc1ce529f24c69e90b270786cd3e43b300a274 (diff) | |
download | cpython-1999ef4973fb0e02872c2d970e9690061b65412d.zip cpython-1999ef4973fb0e02872c2d970e9690061b65412d.tar.gz cpython-1999ef4973fb0e02872c2d970e9690061b65412d.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -62,6 +62,10 @@ Tools/Demos 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 |