[issue15337] The cmd module incorrectly lists "help" as an undocumented command

2012-07-16 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue15337] The cmd module incorrectly lists "help" as an undocumented command

2012-07-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 076ae30e5dd0 by Raymond Hettinger in branch '2.7': Issue 15337: help() shown as undocumented http://hg.python.org/cpython/rev/076ae30e5dd0 -- nosy: +python-dev ___ Python tracker

[issue15337] The cmd module incorrectly lists "help" as an undocumented command

2012-07-15 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- versions: -Python 3.2, Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue15337] The cmd module incorrectly lists "help" as an undocumented command

2012-07-14 Thread Roger Serwy
Roger Serwy added the comment: On 3.3.0b1 and 3.2 I get: (Cmd) help Documented commands (type help ): help I only see help under "Undocumented" with 2.7. It looks like this changeset f8c896ad787f never got backported to 2.7. This involves adding a

[issue15337] The cmd module incorrectly lists "help" as an undocumented command

2012-07-14 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo title: The cmd module incorrectly lists "help" as an undocument command -> The cmd module incorrectly lists "help" as an undocumented command ___ Python tracker _