[Python-checkins] python/dist/src/Lib getopt.py,1.19,1.20

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Thu, 06 Jun 2002 20:26:45 -0700


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

Modified Files:
	getopt.py 
Log Message:
gnu_getopt should be exported in __all__


Index: getopt.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/getopt.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** getopt.py	6 Jun 2002 18:14:50 -0000	1.19
--- getopt.py	7 Jun 2002 03:26:43 -0000	1.20
***************
*** 32,36 ****
  #   treat "-W foo" as "--foo"
  
! __all__ = ["GetoptError","error","getopt"]
  
  import os
--- 32,36 ----
  #   treat "-W foo" as "--foo"
  
! __all__ = ["GetoptError","error","getopt","gnu_getopt"]
  
  import os