mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
giving it a slight facelift
This commit is contained in:
parent
58eadbaf12
commit
40fc16059f
17 changed files with 59 additions and 1 deletions
|
@ -28,6 +28,10 @@ import os
|
|||
import sys
|
||||
import types
|
||||
|
||||
__all__ = ["urlopen", "URLopener", "FancyURLopener", "urlretrieve",
|
||||
"urlcleanup", "quote", "quote_plus", "unquote", "unquote_plus",
|
||||
"urlencode"]
|
||||
|
||||
__version__ = '1.15' # XXX This version is not always updated :-(
|
||||
|
||||
MAXFTPCACHE = 10 # Trim the ftp cache beyond this size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue