[Python-checkins] cpython (merge 3.5 -> 3.6): Make 3.7 the current dev version in the html version of the docs.

ned.deily python-checkins at python.org
Tue Sep 20 15:01:30 EDT 2016


https://hg.python.org/cpython/rev/5af24edf402f
changeset:   103969:5af24edf402f
branch:      3.6
parent:      103965:40e291815b35
parent:      103968:de32a2426713
user:        Ned Deily <nad at python.org>
date:        Tue Sep 20 15:00:53 2016 -0400
summary:
  Make 3.7 the current dev version in the html version of the docs.

files:
  Doc/tools/static/version_switch.js |  5 ++---
  1 files changed, 2 insertions(+), 3 deletions(-)


diff --git a/Doc/tools/static/version_switch.js b/Doc/tools/static/version_switch.js
--- a/Doc/tools/static/version_switch.js
+++ b/Doc/tools/static/version_switch.js
@@ -2,13 +2,12 @@
   'use strict';
 
   var all_versions = {
-    '3.6': 'dev (3.6)',
+    '3.7': 'dev (3.7)',
+    '3.6': '3.6',
     '3.5': '3.5',
     '3.4': '3.4',
     '3.3': '3.3',
-    '3.2': '3.2',
     '2.7': '2.7',
-    '2.6': '2.6'
   };
 
   function build_select(current_version, current_release) {

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list