[Python-checkins] CVS: python/dist/src/Lib/distutils __init__.py,1.19,1.19.2.1

Thomas Heller theller@users.sourceforge.net
2001年10月19日 01:07:21 -0700


Update of /cvsroot/python/python/dist/src/Lib/distutils
In directory usw-pr-cvs1:/tmp/cvs-serv5796
Modified Files:
 Tag: release21-maint
	__init__.py 
Log Message:
The version number 1.0.2pre doesn't conform to the strict versioning
guidelines in distutils/version, resulting in failure when trying to
use distutils to install 4Suite (and perhaps other modules).
Change it to 1.0.2.
This finally really fixes Bug #417796.
Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/__init__.py,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -C2 -d -r1.19 -r1.19.2.1
*** __init__.py	2001年03月16日 21:00:18	1.19
--- __init__.py	2001年10月19日 08:07:19	1.19.2.1
***************
*** 11,13 ****
 __revision__ = "$Id$"
 
! __version__ = "1.0.2pre"
--- 11,13 ----
 __revision__ = "$Id$"
 
! __version__ = "1.0.2"

AltStyle によって変換されたページ (->オリジナル) /