[Python-checkins] cpython (2.7): Update doc version switcher for 3.4/3.5.

georg.brandl python-checkins at python.org
Mon Mar 17 07:38:30 CET 2014


http://hg.python.org/cpython/rev/4495a9b11137
changeset:   89807:4495a9b11137
branch:      2.7
parent:      89687:e5a09b09bb51
user:        Georg Brandl <georg at python.org>
date:        Mon Mar 17 07:36:45 2014 +0100
summary:
  Update doc version switcher for 3.4/3.5.

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


diff --git a/Doc/tools/sphinxext/static/version_switch.js b/Doc/tools/sphinxext/static/version_switch.js
--- a/Doc/tools/sphinxext/static/version_switch.js
+++ b/Doc/tools/sphinxext/static/version_switch.js
@@ -2,7 +2,8 @@
   'use strict';
 
   var all_versions = {
-    '3.4': 'dev (3.4)',
+    '3.5': 'dev (3.5)',
+    '3.4': '3.4',
     '3.3': '3.3',
     '3.2': '3.2',
     '2.7': '2.7',

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


More information about the Python-checkins mailing list