https://github.com/python/cpython/commit/0a8ff1bbd7a90baf989e10d0baeb887c80f09100 commit: 0a8ff1bbd7a90baf989e10d0baeb887c80f09100 branch: 3.5 author: Ned Deily <nad at python.org> committer: GitHub <noreply at github.com> date: 2017年10月03日T23:29:07-04:00 summary: Remove retired and security branches from active docs (#3882) files: M Doc/tools/static/version_switch.js diff --git a/Doc/tools/static/version_switch.js b/Doc/tools/static/version_switch.js index 8b36a616718..e8889ebfc41 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', };