mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Partially revert r65795 by undoing change to 'os'.
This commit is contained in:
parent
c9eed3ed71
commit
13962fcc11
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import sys, errno
|
||||||
_names = sys.builtin_module_names
|
_names = sys.builtin_module_names
|
||||||
|
|
||||||
# Note: more names are added to __all__ later.
|
# Note: more names are added to __all__ later.
|
||||||
__all__ = ["altsep", "curdir", "pardir", "sep", "extsep", "pathsep", "linesep",
|
__all__ = ["altsep", "curdir", "pardir", "sep", "pathsep", "linesep",
|
||||||
"defpath", "name", "path", "devnull",
|
"defpath", "name", "path", "devnull",
|
||||||
"SEEK_SET", "SEEK_CUR", "SEEK_END"]
|
"SEEK_SET", "SEEK_CUR", "SEEK_END"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue