]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merge #14434: make tutorial link in 'help' banner version-specific
authorR David Murray <rdmurray@bitdance.com>
Sat, 31 Mar 2012 16:08:59 +0000 (12:08 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 31 Mar 2012 16:08:59 +0000 (12:08 -0400)
commit8613b0dea4b5150539853e32afd5b5c53be07e5e
treef648b0c8d65f929c6661390f138db84c66ef0697
parentdc60f940b5081e1303139099efe426beb05e5230
parentde0f6297a703918d12a2f2c48bc44fcbc7946a13
Merge #14434: make tutorial link in 'help' banner version-specific

Without this fix, both 2.7 and 3.x would always point to the "current"
docs...which means that before this fix python 3.2 'help' pointed to the 2.7
tutorial.
Lib/pydoc.py