brett.cannon
2008-08-18 01:45:30 UTC
Author: brett.cannon
Date: Mon Aug 18 03:45:29 2008
New Revision: 65801
Log:
Partially revert r65795 by undoing change to 'os'.
Modified:
python/branches/py3k/Lib/os.py
Modified: python/branches/py3k/Lib/os.py
==============================================================================
--- python/branches/py3k/Lib/os.py (original)
+++ python/branches/py3k/Lib/os.py Mon Aug 18 03:45:29 2008
@@ -27,7 +27,7 @@
_names = sys.builtin_module_names
# 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",
"SEEK_SET", "SEEK_CUR", "SEEK_END"]
Date: Mon Aug 18 03:45:29 2008
New Revision: 65801
Log:
Partially revert r65795 by undoing change to 'os'.
Modified:
python/branches/py3k/Lib/os.py
Modified: python/branches/py3k/Lib/os.py
==============================================================================
--- python/branches/py3k/Lib/os.py (original)
+++ python/branches/py3k/Lib/os.py Mon Aug 18 03:45:29 2008
@@ -27,7 +27,7 @@
_names = sys.builtin_module_names
# 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",
"SEEK_SET", "SEEK_CUR", "SEEK_END"]