Richard Fuhr <richard.f...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10378>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to