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 eric.araujo
Recipients ajaksu2, akira, belopolsky, brett.cannon, daniel.urban, doerwalter, eric.araujo, ezio.melotti, ggenellina, kawai, l0nwlf, mark.dickinson, pitrou, r.david.murray, rafe, techtonik, tim.peters
Date 2010-06-15.17:26:04
SpamBayes Score 0.0076629412
Marked as misclassified No
Message-id <1276622766.56.0.109771675902.issue5094@psf.upfronthosting.co.za>
In-reply-to
Content
+1 for replacing math range notation with English. Much easier for non-math people that do Python :)

One more nit: Your docstrings use verb forms like “Returns” where PEP 257 advises to use “Return”: “[the docstring] prescribes the function or method's effect as a command ("Do this", "Return that"), not as a description; e.g. don't write "Returns the pathname ..."”
History
Date User Action Args
2010-06-15 17:26:06eric.araujosetrecipients: + eric.araujo, tim.peters, doerwalter, brett.cannon, mark.dickinson, belopolsky, ggenellina, pitrou, techtonik, ajaksu2, kawai, ezio.melotti, r.david.murray, rafe, daniel.urban, l0nwlf, akira
2010-06-15 17:26:06eric.araujosetmessageid: <1276622766.56.0.109771675902.issue5094@psf.upfronthosting.co.za>
2010-06-15 17:26:04eric.araujolinkissue5094 messages
2010-06-15 17:26:04eric.araujocreate