[Python-checkins] python/nondist/peps pep-0042.txt,1.76,1.77

mwh at users.sourceforge.net mwh at users.sourceforge.net
Wed May 26 12:17:43 EDT 2004


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28569

Modified Files:
	pep-0042.txt 
Log Message:
Remove an implemented request.


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** pep-0042.txt	8 Jan 2004 01:58:29 -0000	1.76
--- pep-0042.txt	26 May 2004 16:17:39 -0000	1.77
***************
*** 296,308 ****
        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
--- 296,299 ----




More information about the Python-checkins mailing list