[Python-checkins] cpython (3.4): update for 3.6 emerging

benjamin.peterson python-checkins at python.org
Thu May 28 01:34:15 CEST 2015


https://hg.python.org/cpython/rev/901178d9d07f
changeset:   96319:901178d9d07f
branch:      3.4
parent:      96316:8631d61f6577
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed May 27 18:32:25 2015 -0500
summary:
  update for 3.6 emerging

files:
  Doc/tools/static/version_switch.js |  3 ++-
  1 files changed, 2 insertions(+), 1 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,7 +2,8 @@
   'use strict';
 
   var all_versions = {
-    '3.5': 'dev (3.5)',
+    '3.6': 'dev (3.6)',
+    '3.5': '3.5',
     '3.4': '3.4',
     '3.3': '3.3',
     '3.2': '3.2',

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


More information about the Python-checkins mailing list