On Sun, Sep 16, 2012 at 11:17 PM, Steven D'Aprano <st...@pearwood.info> wrote:
>
> Other uses are:
>
> * a single leading underscore usually means "private, don't touch"
>
> * double leading and trailing underscore names have special meaning
>   to Python, e.g.:

There's also the _() function for I18N:

http://docs.python.org/library/gettext.html#gettext.install
http://docs.python.org/library/gettext.html#internationalizing-your-programs-and-modules
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to