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 alex
Recipients alex
Date 2013-06-14.20:36:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371242209.86.0.435124148843.issue18217@psf.upfronthosting.co.za>
In-reply-to
Content
There's a myriad of reasons it's a bad idea:

* Makes code harder to read
* Doesn't play nicely with multiple projects using gettext
* Defeats any attempt at static analysis
* etc...
History
Date User Action Args
2013-06-14 20:36:49alexsetrecipients: + alex
2013-06-14 20:36:49alexsetmessageid: <1371242209.86.0.435124148843.issue18217@psf.upfronthosting.co.za>
2013-06-14 20:36:49alexlinkissue18217 messages
2013-06-14 20:36:49alexcreate