diff --git a/stdlib/VERSIONS b/stdlib/VERSIONS index 753bbf625..7f35c5c13 100644 --- a/stdlib/VERSIONS +++ b/stdlib/VERSIONS @@ -23,7 +23,7 @@ _ast: 2.7- _bisect: 2.7- _bootlocale: 3.6-3.9 _codecs: 2.7- -_collections_abc: 3.6- +_collections_abc: 3.3- _compat_pickle: 3.6- _compression: 3.6- _csv: 2.7- @@ -50,6 +50,7 @@ _threading_local: 3.6- _tkinter: 2.7- _tracemalloc: 3.6- _typeshed: 2.7- # not present at runtime, only for type checking +_typeshed.tkinter: 3.0- _warnings: 2.7- _weakref: 2.7- _weakrefset: 2.7- @@ -83,6 +84,7 @@ code: 2.7- codecs: 2.7- codeop: 2.7- collections: 2.7- +collections.abc: 3.3- colorsys: 2.7- compileall: 2.7- concurrent: 3.2- @@ -136,6 +138,7 @@ imaplib: 2.7- imghdr: 2.7- imp: 2.7- importlib: 2.7- +importlib.metadata: 3.8- importlib.resources: 3.7- inspect: 2.7- io: 2.7-