stdlib/VERSIONS: fix crusty comment (#8347)

Resolves #8310
This commit is contained in:
Alex Waygood
2022-07-20 17:59:01 +01:00
committed by GitHub
parent d1e80a724a
commit 5bc9554573

View File

@@ -14,8 +14,8 @@
#
# Python versions before 2.7 are ignored, so any module that was already
# present in 2.7 will have "2.7" as its minimum version. Version ranges
# for unsupported versions of Python 3 (currently 3.5 and lower) are
# generally accurate but we do not guarantee their correctness.
# for unsupported versions of Python 3 are generally accurate but we do
# not guarantee their correctness.
__future__: 2.7-
__main__: 2.7-