diff options
author | Ned Deily <nad@python.org> | 2017-10-04 03:29:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-04 03:29:07 (GMT) |
commit | 0a8ff1bbd7a90baf989e10d0baeb887c80f09100 (patch) | |
tree | b0f0f920ea4988ed7bfd50e5b7627fd4c4cf4ce9 | |
parent | 0fcc03367b31f44c1e1b8d3d2dd940ef1e744326 (diff) | |
download | cpython-0a8ff1bbd7a90baf989e10d0baeb887c80f09100.zip cpython-0a8ff1bbd7a90baf989e10d0baeb887c80f09100.tar.gz cpython-0a8ff1bbd7a90baf989e10d0baeb887c80f09100.tar.bz2 |
Remove retired and security branches from active docs (#3882)3.5
-rw-r--r-- | Doc/tools/static/version_switch.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/tools/static/version_switch.js b/Doc/tools/static/version_switch.js index 8b36a61..e8889eb 100644 --- a/Doc/tools/static/version_switch.js +++ b/Doc/tools/static/version_switch.js @@ -5,8 +5,6 @@ '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', }; |