Python 3 points to 3.5 instead of 3.4 (#15555)

Note that the documentation currently incorrectly states that 3 already
points to 3.5.
This commit is contained in:
Frederik Rietdijk 2016-05-19 11:55:13 +02:00 committed by Domen Kožar
parent 28f8ca560f
commit 295bcdfb5e

View File

@ -5604,12 +5604,12 @@ in
python = python2;
python2 = python27;
python3 = python34;
python3 = python35;
# pythonPackages further below, but assigned here because they need to be in sync
pythonPackages = python2Packages;
python2Packages = python27Packages;
python3Packages = python34Packages;
python3Packages = python35Packages;
python26 = callPackage ../development/interpreters/python/2.6 {
db = db47;