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

2012-07-16 Thread Raymond Hettinger

Changes by Raymond Hettinger raymond.hettin...@gmail.com:


--
versions:  -Python 3.2, Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15337
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2012-07-16 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za 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 rep...@bugs.python.org
http://bugs.python.org/issue15337
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2012-07-16 Thread Raymond Hettinger

Changes by Raymond Hettinger raymond.hettin...@gmail.com:


--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15337
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2012-07-14 Thread Éric Araujo

Changes by Éric Araujo mer...@netwok.org:


--
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 rep...@bugs.python.org
http://bugs.python.org/issue15337
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2012-07-14 Thread Roger Serwy

Roger Serwy roger.se...@gmail.com added the comment:

On 3.3.0b1 and 3.2 I get:


(Cmd) help

Documented commands (type help topic):

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 doc string to do_help. Manually applying this doc_string 
fixes the problem on 2.7

--
nosy: +serwy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15337
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com