[Python-checkins] python/dist/src/Lib urlparse.py,1.31.6.3,1.31.6.4

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 16 Oct 2002 14:24:55 -0700


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

Modified Files:
      Tag: release22-maint
	urlparse.py 
Log Message:
Added missing entries to __all__.


Index: urlparse.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/urlparse.py,v
retrieving revision 1.31.6.3
retrieving revision 1.31.6.4
diff -C2 -d -r1.31.6.3 -r1.31.6.4
*** urlparse.py	14 Oct 2002 20:08:49 -0000	1.31.6.3
--- urlparse.py	16 Oct 2002 21:24:52 -0000	1.31.6.4
***************
*** 5,9 ****
  """
  
! __all__ = ["urlparse", "urlunparse", "urljoin"]
  
  # A classification of schemes ('' means apply by default)
--- 5,10 ----
  """
  
! __all__ = ["urlparse", "urlunparse", "urljoin", "urldefrag",
!            "urlsplit", "urlunsplit"]
  
  # A classification of schemes ('' means apply by default)