commit | 282fed1363894711b3ef2940edd92240008580aa | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Mon Mar 05 13:45:38 2001 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Mon Mar 05 13:45:38 2001 +0000 |
tree | e7cc19ddf6d4e3993c33c02317d5c50383786509 | |
parent | 49985638fa33230fdf1ef95613d918fe5e385f5e [diff] [blame] |
Grr, splittag was also missing from __all__.
diff --git a/Lib/urllib.py b/Lib/urllib.py index 085bb33..7f32428 100644 --- a/Lib/urllib.py +++ b/Lib/urllib.py
@@ -30,7 +30,7 @@ __all__ = ["urlopen", "URLopener", "FancyURLopener", "urlretrieve", "urlcleanup", "quote", "quote_plus", "unquote", "unquote_plus", - "urlencode", "url2pathname", "pathname2url"] + "urlencode", "url2pathname", "pathname2url", "splittag"] __version__ = '1.15' # XXX This version is not always updated :-(