Ned Deily added the comment:

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.

----------
nosy: +ned.deily
resolution:  -> duplicate
stage: needs patch -> committed/rejected
status: open -> closed
superseder:  -> pydoc generates invalid docs.python.org link for 
xml.etree.ElementTree and other modules
type: enhancement -> 

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20146>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to