[Python-checkins] python/dist/src/Lib/distutils __init__.py, 1.24, 1.25

theller at users.sourceforge.net theller at users.sourceforge.net
Fri Jul 23 21:47:34 CEST 2004


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

Modified Files:
	__init__.py 
Log Message:
Make the distutils version number the same as the python version.  It
must be literally contained here, because it is still possible to
install this distutils in older Python versions.


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/__init__.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** __init__.py	16 Jul 2004 18:14:37 -0000	1.24
--- __init__.py	23 Jul 2004 19:47:32 -0000	1.25
***************
*** 13,15 ****
  __revision__ = "$Id$"
  
! __version__ = "1.0.4"
--- 13,15 ----
  __revision__ = "$Id$"
  
! __version__ = "2.4.0"



More information about the Python-checkins mailing list