mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 08:04:24 +08:00
change the way 'os' imports 'os.path' (#601)
* use 'from . import path' instead, in both PY2 and PY3 * update blacklist to include os/__init__.pyi
This commit is contained in:
committed by
Guido van Rossum
parent
5c4300a4bd
commit
94d3ddb60a
@@ -5,3 +5,7 @@ stdlib/2.7/builtins.pyi
|
||||
stdlib/2.7/types.pyi
|
||||
stdlib/2.7/typing.pyi
|
||||
stdlib/2and3/webbrowser.pyi
|
||||
|
||||
# Because of 'from . import path':
|
||||
stdlib/2.7/os/__init__.pyi
|
||||
stdlib/3/os/__init__.pyi
|
||||
|
||||
Reference in New Issue
Block a user