From 61aa08ba3ade2d9da974985e1e12b71751cff491 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Fri, 14 May 2021 10:35:10 +0200 Subject: [PATCH] configparser available since Python 3.0 It was called ConfigParser in Python 2. Split out from #5442. --- stdlib/VERSIONS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/VERSIONS b/stdlib/VERSIONS index d59744e2b0e8..11219357c638 100644 --- a/stdlib/VERSIONS +++ b/stdlib/VERSIONS @@ -82,7 +82,7 @@ collections: 2.7- colorsys: 2.7- compileall: 2.7- concurrent: 3.2- -configparser: 2.7- +configparser: 3.0- contextlib: 2.7- contextvars: 3.7- copy: 2.7-