diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-05-27 23:32:25 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-05-27 23:32:25 (GMT) |
commit | 68fe9aa58c139e3a6f8c9188760bb237added7d6 (patch) | |
tree | 92ea6c5bccf8ac10e7bf65b7642269fd2f079666 | |
parent | 72c24002b39e454d68b8581f0c928ae48bf88f5a (diff) | |
download | cpython-68fe9aa58c139e3a6f8c9188760bb237added7d6.zip cpython-68fe9aa58c139e3a6f8c9188760bb237added7d6.tar.gz cpython-68fe9aa58c139e3a6f8c9188760bb237added7d6.tar.bz2 |
update for 3.6 emerging
-rw-r--r-- | Doc/tools/static/version_switch.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/tools/static/version_switch.js b/Doc/tools/static/version_switch.js index edb025b..7289a4d 100644 --- a/Doc/tools/static/version_switch.js +++ b/Doc/tools/static/version_switch.js @@ -2,7 +2,8 @@ 'use strict'; var all_versions = { - '3.5': 'dev (3.5)', + '3.6': 'dev (3.6)', + '3.5': '3.5', '3.4': '3.4', '3.3': '3.3', '3.2': '3.2', |