Remove an implemented request.

This commit is contained in:
Michael W. Hudson 2004-05-26 16:17:39 +00:00
parent 044bf4f1e7
commit 2d39a47258
1 changed files with 0 additions and 9 deletions

View File

@ -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