Re: How to Suppress Interactive Assignment to "_"

2010-01-04 Thread Gabriel Genellina
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

Re: How to Suppress Interactive Assignment to "_"

2010-01-01 Thread JKPeck
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

Re: How to Suppress Interactive Assignment to "_"

2010-01-01 Thread Peter Otten
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