[issue18933] Add link to source code in logging documentation

2013-09-05 Thread Roundup Robot
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

[issue18933] Add link to source code in logging documentation

2013-09-05 Thread Jonathan Frere
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

[issue18933] Add link to source code in logging documentation

2013-09-05 Thread Vinay Sajip
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

[issue18933] Add link to source code in logging documentation

2013-09-05 Thread Jonathan Frere
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