From 5bc955457308840a115093ec33884d70fa041af6 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Wed, 20 Jul 2022 17:59:01 +0100 Subject: [PATCH] stdlib/VERSIONS: fix crusty comment (#8347) Resolves #8310 --- stdlib/VERSIONS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdlib/VERSIONS b/stdlib/VERSIONS index 8589018ef..1d48a312a 100644 --- a/stdlib/VERSIONS +++ b/stdlib/VERSIONS @@ -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-