[Python-checkins] CVS: python/dist/src/Lib urllib.py,1.121,1.122

Jack Jansen jackjansen@users.sourceforge.net
2001年3月05日 05:41:17 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv25738
Modified Files:
	urllib.py 
Log Message:
Added url2pathname and pathname2url to __all__.
Index: urllib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/urllib.py,v
retrieving revision 1.121
retrieving revision 1.122
diff -C2 -r1.121 -r1.122
*** urllib.py	2001年03月02日 06:43:49	1.121
--- urllib.py	2001年03月05日 13:41:14	1.122
***************
*** 31,35 ****
 __all__ = ["urlopen", "URLopener", "FancyURLopener", "urlretrieve",
 "urlcleanup", "quote", "quote_plus", "unquote", "unquote_plus",
! "urlencode"]
 
 __version__ = '1.15' # XXX This version is not always updated :-(
--- 31,35 ----
 __all__ = ["urlopen", "URLopener", "FancyURLopener", "urlretrieve",
 "urlcleanup", "quote", "quote_plus", "unquote", "unquote_plus",
! "urlencode", "url2pathname", "pathname2url"]
 
 __version__ = '1.15' # XXX This version is not always updated :-(

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