stub for nturl2path (#1208)

This commit is contained in:
Jelle Zijlstra
2017-04-30 14:16:30 -07:00
committed by Guido van Rossum
parent 24f5bc4a2a
commit 0728096541
2 changed files with 6 additions and 0 deletions

2
stdlib/3/nturl2path.pyi Normal file
View File

@@ -0,0 +1,2 @@
def url2pathname(url: str) -> str: ...
def pathname2url(p: str) -> str: ...