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 rdfuhr
Recipients docs@python, rdfuhr
Date 2010-11-09.21:04:39
SpamBayes Score 0.0005590866
Marked as misclassified No
Message-id <1289336681.15.0.303453593026.issue10378@psf.upfronthosting.co.za>
In-reply-to
Content
I had a typo in my own bug report that was reporting a typo; what I intended to say was the following ( the q should not have been there at the end )

When running Python 2.7 if you invoke 

help(divmod)

the first line of the resulting help displays

Help on built-in function divmod in module __builtin__:

but I believe that the name of the module is __builtins__

so the line should say

Help on built-in function divmod in module __builtins__:
History
Date User Action Args
2010-11-09 21:04:41rdfuhrsetrecipients: + rdfuhr, docs@python
2010-11-09 21:04:41rdfuhrsetmessageid: <1289336681.15.0.303453593026.issue10378@psf.upfronthosting.co.za>
2010-11-09 21:04:39rdfuhrlinkissue10378 messages
2010-11-09 21:04:39rdfuhrcreate