[Python-checkins] python/dist/src/Lib optparse.py,1.1,1.2

gward@users.sourceforge.net gward@users.sourceforge.net
Sat, 04 Jan 2003 13:54:28 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv14428

Modified Files:
	optparse.py 
Log Message:
Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1.


Index: optparse.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/optparse.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** optparse.py	14 Nov 2002 22:00:19 -0000	1.1
--- optparse.py	4 Jan 2003 21:54:26 -0000	1.2
***************
*** 43,47 ****
  import textwrap
  
! __version__ = "1.4"
  
  class OptParseError (Exception):
--- 43,47 ----
  import textwrap
  
! __version__ = "1.4+"
  
  class OptParseError (Exception):