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 Johz
Recipients Johz, docs@python, vinay.sajip
Date 2013-09-05.16:44:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378399481.48.0.210289320453.issue18933@psf.upfronthosting.co.za>
In-reply-to
Content
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 conceptually, and also give people more sample code to use.

That said, a number of modules link back to the source, particularly small single-file implementations of things, such as glob, fnmatch, string, pprint, repr, types, UserDict, weakref, Queue, sched, to name a few that I randomly opened.

Why logging in particular?  Well, as I said, I keep on coming back to it, so at least one Python user feels this need.  Secondly, it's a module that perhaps isn't quite as conceptually clear as others (hence the 'alternatives' that abound).  Thirdly, parts of the module such as logging.handlers will be directly used as templates by many developers.
History
Date User Action Args
2013-09-05 16:44:41Johzsetrecipients: + Johz, vinay.sajip, docs@python
2013-09-05 16:44:41Johzsetmessageid: <1378399481.48.0.210289320453.issue18933@psf.upfronthosting.co.za>
2013-09-05 16:44:41Johzlinkissue18933 messages
2013-09-05 16:44:40Johzcreate