diff options
author | Ned Deily <nad@python.org> | 2017-10-04 03:03:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-04 03:03:52 (GMT) |
commit | 598c4d1c10abc2cba73d16d9f7f2bc565d79d19a (patch) | |
tree | 489398f6dd5380a443b65b5e60514b4fe15f9e46 /Doc/tools/static | |
parent | a65b2420f681c45db43e94bfe3dc50ad1dfcd03d (diff) | |
download | cpython-598c4d1c10abc2cba73d16d9f7f2bc565d79d19a.zip cpython-598c4d1c10abc2cba73d16d9f7f2bc565d79d19a.tar.gz cpython-598c4d1c10abc2cba73d16d9f7f2bc565d79d19a.tar.bz2 |
Remove retired and security branches from active docs (#3880)
Diffstat (limited to 'Doc/tools/static')
-rw-r--r-- | Doc/tools/static/switchers.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js index bd31fac..c2b342b 100644 --- a/Doc/tools/static/switchers.js +++ b/Doc/tools/static/switchers.js @@ -12,9 +12,6 @@ var all_versions = { '3.7': 'dev (3.7)', '3.6': '3.6', - '3.5': '3.5', - '3.4': '3.4', - '3.3': '3.3', '2.7': '2.7', }; |