Terry J. Reedy <tjre...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue6285>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to