Update __all__ for cookielib, csv, os, and urllib2 for objects imported into

the module but exposed as part of the API.
This commit is contained in:
Brett Cannon 2008-08-18 00:46:22 +00:00
parent 7b96f07feb
commit 88f801d409
6 changed files with 11 additions and 6 deletions

View file

@ -28,7 +28,7 @@ import sys, errno
_names = sys.builtin_module_names
# Note: more names are added to __all__ later.
__all__ = ["altsep", "curdir", "pardir", "sep", "pathsep", "linesep",
__all__ = ["altsep", "curdir", "pardir", "sep", "extsep", "pathsep", "linesep",
"defpath", "name", "path", "devnull",
"SEEK_SET", "SEEK_CUR", "SEEK_END"]