diff options
author | Julien Palard <julien@palard.fr> | 2020-05-19 12:26:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 12:26:43 (GMT) |
commit | 19e3e0026417caa92ffe21a67157363b45da9aa2 (patch) | |
tree | d3699fa08539b79ee28a769a7b4cf34899127d8e /Doc/tools/static | |
parent | 711f9e180a48baba62301735b7f1a58ef0d0e93a (diff) | |
download | cpython-19e3e0026417caa92ffe21a67157363b45da9aa2.zip cpython-19e3e0026417caa92ffe21a67157363b45da9aa2.tar.gz cpython-19e3e0026417caa92ffe21a67157363b45da9aa2.tar.bz2 |
Doc: Python 3.10 in sidebar and version switcher. (GH-20209)
Diffstat (limited to 'Doc/tools/static')
-rw-r--r-- | Doc/tools/static/switchers.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js index e1ef91a..c51f178 100644 --- a/Doc/tools/static/switchers.js +++ b/Doc/tools/static/switchers.js @@ -10,7 +10,8 @@ '(?:release/\\d.\\d[\\x\\d\\.]*)']; var all_versions = { - '3.9': 'dev (3.9)', + '3.10': 'dev (3.10)', + '3.9': 'pre (3.9)', '3.8': '3.8', '3.7': '3.7', '3.6': '3.6', |