Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6c0a0e1

Browse files
author
Skip Montanaro
committed
added some elements missing from __all__
1 parent 457aab2 commit 6c0a0e1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lib/os.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727

2828
altsep = None
2929

30-
__all__ = []
30+
__all__ = ["altsep", "curdir", "pardir", "sep", "pathsep", "linesep",
31+
"defpath", "name"]
3132

3233
def _get_exports_list(module):
3334
try:

0 commit comments

Comments
 (0)