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:00:50
SpamBayes Score 9.005872e-08
Marked as misclassified No
Message-id <1289336453.31.0.743925531352.issue10378@psf.upfronthosting.co.za>
In-reply-to
Content
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 __builtinsq__:
History
Date User Action Args
2010-11-09 21:00:53rdfuhrsetrecipients: + rdfuhr, docs@python
2010-11-09 21:00:53rdfuhrsetmessageid: <1289336453.31.0.743925531352.issue10378@psf.upfronthosting.co.za>
2010-11-09 21:00:50rdfuhrlinkissue10378 messages
2010-11-09 21:00:50rdfuhrcreate