[issue1489051] keyword and topic help broken in Pythonwin IDE

Terry J. Reedy report at bugs.python.org
Mon Jun 15 00:23:29 CEST 2009


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Something changed in the past year so that keyword and topic help work
in 3.2rc2 at both the main prompt and help prompt.  Thanks to whoever.
If this is also fixed in 2.6.2 or even 2.6 in SVN, this can be closed.

>>> help('while')
The ``while`` statement...
...
>>> help('ASSERTION')
The ``assert`` statement...
...
help> while
The ``while`` statement
...
help> ASSERTION
The ``assert`` statement

----------
versions:  -Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1489051>
_______________________________________


More information about the Python-bugs-list mailing list