Message214030
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. |
|
Date |
User |
Action |
Args |
2014-03-18 21:51:27 | akuchling | set | recipients:
+ akuchling, rhettinger, terry.reedy, ezio.melotti, eric.araujo, docs@python, Julian |
2014-03-18 21:51:27 | akuchling | set | messageid: <1395179487.88.0.914547012285.issue13437@psf.upfronthosting.co.za> |
2014-03-18 21:51:27 | akuchling | link | issue13437 messages |
2014-03-18 21:51:27 | akuchling | create | |
|