This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients loewis, scott_daniels, terry.reedy
Date 2009-06-19.16:37:32
SpamBayes Score 4.877885e-08
Marked as misclassified No
Message-id <1245429453.99.0.608232961043.issue6285@psf.upfronthosting.co.za>
In-reply-to
Content
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

???
History
Date User Action Args
2009-06-19 16:37:34terry.reedysetrecipients: + terry.reedy, loewis, scott_daniels
2009-06-19 16:37:33terry.reedysetmessageid: <1245429453.99.0.608232961043.issue6285@psf.upfronthosting.co.za>
2009-06-19 16:37:32terry.reedylinkissue6285 messages
2009-06-19 16:37:32terry.reedycreate