[issue10378] Typo in results of help(divmod)

Richard Fuhr report at bugs.python.org
Tue Nov 9 22:04:41 CET 2010


Richard Fuhr <richard.fuhr at gmail.com> added the comment:

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__:

----------

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


More information about the Python-bugs-list mailing list