[Python-checkins] python/dist/src/Lib urlparse.py,1.34,1.35

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 16 Oct 2002 14:21:43 -0700


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

Modified Files:
	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.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** urlparse.py	14 Oct 2002 19:56:03 -0000	1.34
--- urlparse.py	16 Oct 2002 21:21:39 -0000	1.35
***************
*** 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)