From 2d39a47258380e75955424131b36bf91126cf552 Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Wed, 26 May 2004 16:17:39 +0000 Subject: [PATCH] Remove an implemented request. --- pep-0042.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pep-0042.txt b/pep-0042.txt index 5747f5e3b..f96dc2f1f 100644 --- a/pep-0042.txt +++ b/pep-0042.txt @@ -295,15 +295,6 @@ Building and Installing http://www.python.org/sf/216326 - - There's a name conflict on case insensitive filesystems (in - particular Mac OSX) between the directory "Python" and the key - build target "python". That's currently solved by abusing the - --with-suffix option, but that's not ideal (since that also - causes the binary to be *installed* as python.exe). What should - be the solution? - - http://www.python.org/sf/222215 - - Building from source should not attempt to overwrite the Include/graminit.h and Parser/graminit.c files, at least for people downloading a source release rather than working from CVS