Partially revert r65795 by undoing change to 'os'.
diff --git a/Lib/os.py b/Lib/os.py
index 19a045a..2fdf668 100644
--- a/Lib/os.py
+++ b/Lib/os.py
@@ -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"]