mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Add a comment about _typeshed to VERSIONS (#5447)
This commit is contained in:
@@ -107,7 +107,8 @@ def check_versions():
|
||||
with open("stdlib/VERSIONS") as f:
|
||||
data = f.read().splitlines()
|
||||
for line in data:
|
||||
if not line or line.lstrip().startswith("#"):
|
||||
line = line.split("#")[0].strip()
|
||||
if line == "":
|
||||
continue
|
||||
m = _VERSIONS_RE.match(line)
|
||||
if not m:
|
||||
|
||||
Reference in New Issue
Block a user