We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ed04d0 + 3458980 commit 1761e10Copy full SHA for 1761e10
stdlib_list/fetch.py
@@ -46,7 +46,7 @@ def fetch_list(version=None):
46
:param str|None version: A specified version of Python. If not specified, then all
47
available versions of Python will have their inventory objects fetched
48
and parsed, and have their module names written to file.
49
- (one of ``"2.6"``, ``"2.7"``, ``"3.2"``, ``"3.3"``, ``"3.4"``, ``"3.5"``, or ``None``)
+ (one of ``"2.6"``, ``"2.7"``, ``"3.2"``, ``"3.3"``, ``"3.4"``, ``"3.5"``, ``"3.6"``, ``"3.7"``, ``"3.8"`` or ``None``)
50
51
"""
52
0 commit comments