mirror of
https://github.com/python/cpython.git
synced 2025-08-28 04:35:02 +00:00
Added warning not to import directly.
This commit is contained in:
parent
4808dcb564
commit
008ec689be
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
"""Mac specific module for conversion between pathnames and URLs."""
|
||||
"""Mac specific module for conversion between pathnames and URLs.
|
||||
Do not import directly, use urllib instead."""
|
||||
|
||||
import string
|
||||
import urllib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue