[Python-3000-checkins] r65801 - python/branches/py3k/Lib/os.py

brett.cannon python-3000-checkins at python.org
Mon Aug 18 03:45:30 CEST 2008


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"]
 


More information about the Python-3000-checkins mailing list