[issue6285] Silent abort on XP help document display

Terry J. Reedy report at bugs.python.org
Fri Jun 19 18:37:33 CEST 2009


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

Like Martin, I am puzzled as to what you actually did to cause a problem.
3.1rc2 on WinXP
"Help  /  Python31" means what?

Menu: Help / IDLE Help: brings up help box
Menu: Help / Python Docs: brings up doc window same as from Start menu

>>> help('Python31')
no Python documentation found for 'Python31'
>>> help()
...
help> Python31
no Python documentation found for 'Python31'

>>> help(Python31)
Traceback (most recent call last):
  File "<pyshell#4>", line 1, in <module>
    help(Python31)
NameError: name 'Python31' is not defined

???

----------
nosy: +tjreedy

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


More information about the Python-bugs-list mailing list