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 georg.brandl
Recipients belopolsky, docs@python, georg.brandl, mark.dickinson
Date 2010-06-04.20:21:48
SpamBayes Score 0.17980768
Marked as misclassified No
Message-id <1275682909.91.0.0503379518119.issue8899@psf.upfronthosting.co.za>
In-reply-to
Content
Patch review: 
* Quite a few lines are pretty long.  Please stay below 80 chars/line.
* There are trailing spaces in two member docs.
* The range notation is inconsistent.  [first, last] or [first, last+1) is what we generally use.
* "if cannot be determined" does not sound grammatical, maybe just "unknown" is better.
* Between "strftime()" and "may be considered" the sentence should be split.
History
Date User Action Args
2010-06-04 20:21:49georg.brandlsetrecipients: + georg.brandl, mark.dickinson, belopolsky, docs@python
2010-06-04 20:21:49georg.brandlsetmessageid: <1275682909.91.0.0503379518119.issue8899@psf.upfronthosting.co.za>
2010-06-04 20:21:48georg.brandllinkissue8899 messages
2010-06-04 20:21:48georg.brandlcreate