Roundup Robot added the comment:
New changeset dc4e6b48c321 by Vinay Sajip in branch '2.7':
Issue #18933: Added links to source code.
http://hg.python.org/cpython/rev/dc4e6b48c321
New changeset 34e515f2fdfe by Vinay Sajip in branch '3.3':
Issue #18933: Added links to source code.
http://hg.pytho
Jonathan Frere added the comment:
Well, if all the modules could link back to source code, that would be ideal,
it's just the logging happens to be the one that I keep coming back to.
Encouraging users to read the source will hopefully help people understand the
modules they're using conceptu
Vinay Sajip added the comment:
Why for the logging module in particular? This isn't the norm for stdlib
packages, AFAIK.
The logging documentation (both tutorial and reference) is supposed to stand on
its own, and in general I don't expect documentation users to (have to) look at
the source t
New submission from Jonathan Frere:
The logging module documentation is probably best accompanied by the source
that it is meant to be documenting. Could a link to either the package
directory (http://hg.python.org/cpython/file/2.7/Lib/logging/) or the
__init__.py file in that directory
(htt