summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-10-04 03:29:07 (GMT)
committerGitHub <noreply@github.com>2017-10-04 03:29:07 (GMT)
commit0a8ff1bbd7a90baf989e10d0baeb887c80f09100 (patch)
treeb0f0f920ea4988ed7bfd50e5b7627fd4c4cf4ce9
parent0fcc03367b31f44c1e1b8d3d2dd940ef1e744326 (diff)
downloadcpython-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.js2
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',
};