En Fri, 01 Jan 2010 15:53:31 -0300, JKPeck escribió:
On Jan 1, 10:06 am, Peter Otten <__pete...@web.de> wrote:
JKPeck wrote:
> The gettext module uses the convention of defining a function named
> "_" that maps text into its translation.
> This conflicts with the automatic interactive interp
On Jan 1, 10:06 am, Peter Otten <__pete...@web.de> wrote:
> JKPeck wrote:
> > The gettext module uses the convention of defining a function named
> > "_" that maps text into its translation.
> > This conflicts with the automatic interactive interpreter assignment
> > of expressions to a variable wi
JKPeck wrote:
> The gettext module uses the convention of defining a function named
> "_" that maps text into its translation.
> This conflicts with the automatic interactive interpreter assignment
> of expressions to a variable with that same name.
>
> While if you are careful, you can avoid tha