mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 00:53:23 +08:00
Add a comment about _typeshed to VERSIONS (#5447)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# The structure of this file is as follows:
|
||||
# - Blank lines and lines starting with `#` are ignored.
|
||||
# - Blank lines and comments starting with `#` are ignored.
|
||||
# - Lines contain the name of a module, followed by a colon,
|
||||
# a space, and a version range (for example: `symbol: 2.7-3.9`).
|
||||
#
|
||||
@@ -48,7 +48,7 @@ _thread: 2.7-
|
||||
_threading_local: 3.6-
|
||||
_tkinter: 2.7-
|
||||
_tracemalloc: 3.6-
|
||||
_typeshed: 2.7-
|
||||
_typeshed: 2.7- # not present at runtime, only for type checking
|
||||
_warnings: 2.7-
|
||||
_weakref: 2.7-
|
||||
_weakrefset: 2.7-
|
||||
|
||||
Reference in New Issue
Block a user