[Python-checkins] python/dist/src/Lib/distutils sysconfig.py,
1.49.2.1, 1.49.2.2
jhylton at users.sourceforge.net
jhylton at users.sourceforge.net
Wed Feb 11 14:09:59 EST 2004
Update of /cvsroot/python/python/dist/src/Lib/distutils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30665/Lib/distutils
Modified Files:
Tag: ast-branch
sysconfig.py
Log Message:
If there is no .pyc file, just compile the code directly.
Index: sysconfig.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/sysconfig.py,v
retrieving revision 1.49.2.1
retrieving revision 1.49.2.2
diff -C2 -d -r1.49.2.1 -r1.49.2.2
*** sysconfig.py 28 Apr 2003 17:31:41 -0000 1.49.2.1
--- sysconfig.py 11 Feb 2004 19:09:57 -0000 1.49.2.2
***************
*** 356,359 ****
--- 356,360 ----
raise DistutilsPlatformError(my_msg)
+ print g
# On AIX, there are wrong paths to the linker scripts in the Makefile
More information about the Python-checkins
mailing list