Add a comment about _typeshed to VERSIONS (#5447)

This commit is contained in:
Sebastian Rittau
2021-05-19 11:01:33 +02:00
committed by GitHub
parent 1ea3d0f003
commit 54a0bd80ee
4 changed files with 18 additions and 17 deletions

View File

@@ -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-