Skip to content

Commit de1a79b

Browse files
authored
Make VERSIONS more accurate (#8311)
Some of the versions starting at 3.6 looked suspicious, so I checked those against git history for the CPython repo.
1 parent a4b6d0b commit de1a79b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

stdlib/VERSIONS

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,39 +21,39 @@ __future__: 2.7-
2121
__main__: 2.7-
2222
_ast: 2.7-
2323
_bisect: 2.7-
24-
_bootlocale: 3.6-3.9
24+
_bootlocale: 3.4-3.9
2525
_codecs: 2.7-
2626
_collections_abc: 3.3-
27-
_compat_pickle: 3.6-
28-
_compression: 3.6-
27+
_compat_pickle: 3.1-
28+
_compression: 3.5-
2929
_csv: 2.7-
3030
_curses: 2.7-
31-
_decimal: 3.6-
32-
_dummy_thread: 3.6-3.8
31+
_decimal: 3.3-
32+
_dummy_thread: 3.0-3.8
3333
_dummy_threading: 2.7-3.8
3434
_heapq: 2.7-
35-
_imp: 3.6-
35+
_imp: 3.0-
3636
_json: 2.7-
3737
_markupbase: 2.7-
3838
_msi: 2.7-
39-
_operator: 3.6-
39+
_operator: 3.4-
4040
_osx_support: 2.7-
41-
_posixsubprocess: 3.6-
41+
_posixsubprocess: 3.2-
4242
_py_abc: 3.7-
43-
_pydecimal: 3.6-
43+
_pydecimal: 3.5-
4444
_random: 2.7-
45-
_sitebuiltins: 3.6-
45+
_sitebuiltins: 3.4-
4646
_socket: 3.0- # present in 2.7 at runtime, but not in typeshed
47-
_stat: 3.6-
47+
_stat: 3.4-
4848
_thread: 2.7-
49-
_threading_local: 3.6-
49+
_threading_local: 2.7-
5050
_tkinter: 2.7-
51-
_tracemalloc: 3.6-
51+
_tracemalloc: 3.4-
5252
_typeshed: 2.7- # not present at runtime, only for type checking
5353
_warnings: 2.7-
5454
_weakref: 2.7-
5555
_weakrefset: 2.7-
56-
_winapi: 3.6-
56+
_winapi: 3.3-
5757
abc: 2.7-
5858
aifc: 2.7-
5959
antigravity: 2.7-
@@ -289,7 +289,7 @@ wsgiref.types: 3.11-
289289
xdrlib: 2.7-
290290
xml: 2.7-
291291
xmlrpc: 3.0-
292-
xxlimited: 3.6-
292+
xxlimited: 3.2-
293293
zipapp: 3.5-
294294
zipfile: 2.7-
295295
zipimport: 2.7-

0 commit comments

Comments
 (0)