From: Brett Cannon Date: Mon, 18 Aug 2008 01:45:29 +0000 (+0000) Subject: Partially revert r65795 by undoing change to 'os'. X-Git-Tag: v3.0b3~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13962fcc11b935ce802aa6ed8250385f1576c254;p=thirdparty%2FPython%2Fcpython.git Partially revert r65795 by undoing change to 'os'. --- diff --git a/Lib/os.py b/Lib/os.py index 19a045a01d8b..2fdf6688a94b 100644 --- a/Lib/os.py +++ b/Lib/os.py @@ -27,7 +27,7 @@ import sys, errno _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"]