From: Skip Montanaro Date: Wed, 28 Feb 2001 01:00:58 +0000 (+0000) Subject: added some elements missing from __all__ X-Git-Tag: v2.1b1~148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c0a0e153821b3fc056eb579b09ff8945ef6fe71;p=thirdparty%2FPython%2Fcpython.git added some elements missing from __all__ --- diff --git a/Lib/os.py b/Lib/os.py index 15833238f16e..ddeb84c212ab 100644 --- a/Lib/os.py +++ b/Lib/os.py @@ -27,7 +27,8 @@ _names = sys.builtin_module_names altsep = None -__all__ = [] +__all__ = ["altsep", "curdir", "pardir", "sep", "pathsep", "linesep", + "defpath", "name"] def _get_exports_list(module): try: