Merged revisions 65795 via svnmerge from · python/cpython@e8d0bf9 · GitHub
Skip to content

Commit e8d0bf9

Browse files
committed
Merged revisions 65795 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r65795 | brett.cannon | 2008-08-17 17:46:22 -0700 (Sun, 17 Aug 2008) | 3 lines Update __all__ for cookielib, csv, os, and urllib2 for objects imported into the module but exposed as part of the API. ........
1 parent 2f5cb34 commit e8d0bf9

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Lib/csv.py

Lines changed: 2 additions & 1 deletion

Lib/os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
_names = sys.builtin_module_names
2828

2929
# Note: more names are added to __all__ later.
30-
__all__ = ["altsep", "curdir", "pardir", "sep", "pathsep", "linesep",
30+
__all__ = ["altsep", "curdir", "pardir", "sep", "extsep", "pathsep", "linesep",
3131
"defpath", "name", "path", "devnull",
3232
"SEEK_SET", "SEEK_CUR", "SEEK_END"]
3333

Lib/weakref.py

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)