[issue14434] Tutorial link in "help()" in Python3 points to Python2 tutorial

2012-03-31 Thread R. David Murray
R. David Murray added the comment: Fixed. Thanks for the report, Bill. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue14434] Tutorial link in "help()" in Python3 points to Python2 tutorial

2012-03-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset d478c0a68bcb by R David Murray in branch '3.2': #14434: make tutorial link in 'help' banner version-specific http://hg.python.org/cpython/rev/d478c0a68bcb New changeset ee9b6574b497 by R David Murray in branch 'default': Merge #14434: make tutorial

[issue14434] Tutorial link in "help()" in Python3 points to Python2 tutorial

2012-03-31 Thread Georg Brandl
Georg Brandl added the comment: Sounds like good fix to me. -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailin

[issue14434] Tutorial link in "help()" in Python3 points to Python2 tutorial

2012-03-29 Thread R. David Murray
R. David Murray added the comment: It should be easy enough to patch this to use http://docs.python.org/./tutorial I think that is probably a good idea, but the doc folks should sign off on it. -- keywords: +easy nosy: +r.david.murray title: Tutorial link in "help()" in 3.2.2 -> Tu