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 ned.deily
Recipients docs@python, drunax, ezio.melotti, ned.deily, sean.rodman, westley.martinez
Date 2014-02-25.00:41:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393288897.26.0.288121515452.issue20146@psf.upfronthosting.co.za>
In-reply-to
Content
This problem is a duplicate of Issue16484.

The URL is generated by pydoc's getdocloc() when you use pydoc explicitly or through the interactive interpreter's help command.  But the doc web server is not set up to handle links for modules with mixed-case names, like UserDict; http://docs.python.org/2/library/userdict works.  Sean, you can add yourself to Issue16484 if you'd like to help.
History
Date User Action Args
2014-02-25 00:41:37ned.deilysetrecipients: + ned.deily, ezio.melotti, docs@python, westley.martinez, drunax, sean.rodman
2014-02-25 00:41:37ned.deilysetmessageid: <1393288897.26.0.288121515452.issue20146@psf.upfronthosting.co.za>
2014-02-25 00:41:37ned.deilylinkissue20146 messages
2014-02-25 00:41:36ned.deilycreate