[Python-checkins] python/dist/src/Lib/distutils sysconfig.py, 1.49.2.2, 1.49.2.3

jhylton at users.sourceforge.net jhylton at users.sourceforge.net
Wed Feb 11 14:15:36 EST 2004


Update of /cvsroot/python/python/dist/src/Lib/distutils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32324

Modified Files:
      Tag: ast-branch
	sysconfig.py 
Log Message:
Revert previous checkin (operator error).


Index: sysconfig.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/sysconfig.py,v
retrieving revision 1.49.2.2
retrieving revision 1.49.2.3
diff -C2 -d -r1.49.2.2 -r1.49.2.3
*** sysconfig.py	11 Feb 2004 19:09:57 -0000	1.49.2.2
--- sysconfig.py	11 Feb 2004 19:15:34 -0000	1.49.2.3
***************
*** 356,361 ****
          raise DistutilsPlatformError(my_msg)
  
-     print g
- 
      # On AIX, there are wrong paths to the linker scripts in the Makefile
      # -- these paths are relative to the Python source, but when installed
--- 356,359 ----




More information about the Python-checkins mailing list