mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
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:
parent
7b96f07feb
commit
88f801d409
6 changed files with 11 additions and 6 deletions
|
@ -18,7 +18,8 @@ except ImportError:
|
|||
from StringIO import StringIO
|
||||
|
||||
__all__ = [ "QUOTE_MINIMAL", "QUOTE_ALL", "QUOTE_NONNUMERIC", "QUOTE_NONE",
|
||||
"Error", "Dialect", "excel", "excel_tab", "reader", "writer",
|
||||
"Error", "Dialect", "__doc__", "excel", "excel_tab",
|
||||
"field_size_limit", "reader", "writer",
|
||||
"register_dialect", "get_dialect", "list_dialects", "Sniffer",
|
||||
"unregister_dialect", "__version__", "DictReader", "DictWriter" ]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue