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 eric.araujo, ezio.melotti, georg.brandl, pitrou, python-dev, r.david.murray, vstinner
Date 2011-06-29.15:33:52
SpamBayes Score 8.952276e-06
Marked as misclassified No
Message-id <1309361633.5.0.252234301124.issue12400@psf.upfronthosting.co.za>
In-reply-to
Content
One more time, commit messages using the present tense are ambiguous: when you write “runtest() truncates the StringIO stream before a new test“, it’s not clear at all whether you describe the previous, incorrect behavior or the new, fixed one.  These phrasings are better:

“X used to do Y” (old behavior)
“X now does Z” (new)
“make X do Z” (new)
History
Date User Action Args
2011-06-29 15:33:53eric.araujosetrecipients: + eric.araujo, georg.brandl, pitrou, vstinner, ezio.melotti, r.david.murray, python-dev
2011-06-29 15:33:53eric.araujosetmessageid: <1309361633.5.0.252234301124.issue12400@psf.upfronthosting.co.za>
2011-06-29 15:33:52eric.araujolinkissue12400 messages
2011-06-29 15:33:52eric.araujocreate