Re: How to Suppress Interactive Assignment to _

2010-01-04 Thread Gabriel Genellina
En Fri, 01 Jan 2010 15:53:31 -0300, JKPeck jkp...@gmail.com 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

How to Suppress Interactive Assignment to _

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

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 that

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 with that same