
Feb. 12, 2013
8:14 p.m.
On 13 February 2013 02:42, Barry Warsaw <barry@python.org> wrote:
On Feb 12, 2013, at 05:49 PM, Tim Delaney wrote:
_ is aliased to EnumParams so you can do:
_() is very commonly used for gettext translations, by long established convention. This is convention is inherited by Python from GNU gettext.
Good point - it's actually what inspired me to use it, but a bad idea for me to do so. I've taken that out. Tim Delaney