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 akuchling
Recipients Julian, akuchling, docs@python, eric.araujo, ezio.melotti, rhettinger, terry.reedy
Date 2014-03-18.21:51:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395179487.88.0.914547012285.issue13437@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch for some of Julian's suggested modules.  I went through Julian's list and included code links for the ones that a) weren't packages or only written in C, b) only had one Python file (which excluded os.path = posixpath.py/ntpath.py) and c) had docstrings or comments that seemed useful.

datetime and difflib in particular have very good comments (and they're both by Tim Peters).  Possibly controversial: for CSV the patch links to both csv.py and _csv.c; for decimal it links to decimal.py and _decimal.c.  We could exclude these two.
History
Date User Action Args
2014-03-18 21:51:27akuchlingsetrecipients: + akuchling, rhettinger, terry.reedy, ezio.melotti, eric.araujo, docs@python, Julian
2014-03-18 21:51:27akuchlingsetmessageid: <1395179487.88.0.914547012285.issue13437@psf.upfronthosting.co.za>
2014-03-18 21:51:27akuchlinglinkissue13437 messages
2014-03-18 21:51:27akuchlingcreate