···530530attribute set is created for each available Python interpreter. The available
531531sets are
532532533533-* `pkgs.python26Packages`
534533* `pkgs.python27Packages`
535534* `pkgs.python34Packages`
536535* `pkgs.python35Packages`
+1
pkgs/top-level/all-packages.nix
···6636663666376637 # Python interpreters. All standard library modules are included except for tkinter, which is
66386638 # available as `pythonPackages.tkinter` and can be used as any other Python package.
66396639+ # When switching these sets, please update docs at ../../doc/languages-frameworks/python.md
66396640 python = python2;
66406641 python2 = python27;
66416642 python3 = python36;