added several more __all__ lists

This commit is contained in:
Skip Montanaro 2001-02-06 01:07:02 +00:00
parent 46fa39ab1d
commit 269b83bc05
8 changed files with 79 additions and 1 deletions

View file

@ -1,5 +1,7 @@
"""Convert a NT pathname to a file URL and vice versa."""
__all__ = ["url2pathname"]
def url2pathname(url):
r"""Convert a URL to a DOS path.