mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-26 19:47:14 +08:00
Drop old branches in stdlib/3/os/path.pyi (#4878)
* Drop support for Python 3.5 in stdlib/3/os/path.pyi * Remove more obsolete branches
This commit is contained in:
@@ -60,9 +60,8 @@ REG_EXPAND_SZ: int
|
||||
REG_LINK: int
|
||||
REG_MULTI_SZ: int
|
||||
REG_NONE: int
|
||||
if sys.version_info >= (3, 6):
|
||||
REG_QWORD: int
|
||||
REG_QWORD_LITTLE_ENDIAN: int
|
||||
REG_QWORD: int
|
||||
REG_QWORD_LITTLE_ENDIAN: int
|
||||
REG_RESOURCE_LIST: int
|
||||
REG_FULL_RESOURCE_DESCRIPTOR: int
|
||||
REG_RESOURCE_REQUIREMENTS_LIST: int
|
||||
|
||||
Reference in New Issue
Block a user