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 barry
Recipients barry, gregory.p.smith, r.david.murray
Date 2012-05-05.05:15:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20120505011542.781c9608@resist.wooz.org>
In-reply-to <1336181142.04.0.0638412772012.issue14726@psf.upfronthosting.co.za>
Content
On May 05, 2012, at 01:25 AM, R. David Murray wrote:

>I've always wondered why the code did that.  If Barry doesn't have a good
>reason for it, I'll refactor it at some point.

A long time ago, Tim (IIRC) expressed an opinion that using the variable makes
the code more readable.  After having seen so much code that uses the string
literals over the years, I wholeheartedly agree with that opinion.
History
Date User Action Args
2012-05-05 05:15:54barrysetrecipients: + barry, gregory.p.smith, r.david.murray
2012-05-05 05:15:53barrylinkissue14726 messages
2012-05-05 05:15:53barrycreate