mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
added some elements missing from __all__
This commit is contained in:
parent
457aab237f
commit
6c0a0e1538
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue