documentation: python 2.6 is no more

+1 -1
-1
doc/languages-frameworks/python.md
··· 530 530 attribute set is created for each available Python interpreter. The available 531 531 sets are 532 532 533 - * `pkgs.python26Packages` 534 533 * `pkgs.python27Packages` 535 534 * `pkgs.python34Packages` 536 535 * `pkgs.python35Packages`
+1
pkgs/top-level/all-packages.nix
··· 6636 6636 6637 6637 # Python interpreters. All standard library modules are included except for tkinter, which is 6638 6638 # available as `pythonPackages.tkinter` and can be used as any other Python package. 6639 + # When switching these sets, please update docs at ../../doc/languages-frameworks/python.md 6639 6640 python = python2; 6640 6641 python2 = python27; 6641 6642 python3 = python36;