mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
removed __all__ from several modules
This commit is contained in:
parent
1ca2ed35e0
commit
78349072f7
16 changed files with 0 additions and 63 deletions
|
|
@ -1,7 +1,5 @@
|
|||
"""Convert a NT pathname to a file URL and vice versa."""
|
||||
|
||||
__all__ = ["url2pathname"]
|
||||
|
||||
def url2pathname(url):
|
||||
r"""Convert a URL to a DOS path.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue