Re: [Python-3000] __debug__

2007-05-31 Thread Guido van Rossum
Making __debug__ another keyword atom sounds great to me. On 6/1/07, Thomas Heller <[EMAIL PROTECTED]> wrote: > Brett Cannon schrieb: > > On 5/31/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > >> > >> Guido just fixed a case in the py3k branch where you could assign to > >> "None" in a function cal

Re: [Python-3000] __debug__

2007-05-31 Thread Thomas Heller
Brett Cannon schrieb: > On 5/31/07, Georg Brandl <[EMAIL PROTECTED]> wrote: >> >> Guido just fixed a case in the py3k branch where you could assign to >> "None" in a function call. >> >> __debug__ has similar problems: it can't be assigned to normally, but via >> keyword arguments it is possible. >

Re: [Python-3000] __debug__

2007-05-31 Thread Brett Cannon
On 5/31/07, Georg Brandl <[EMAIL PROTECTED]> wrote: Guido just fixed a case in the py3k branch where you could assign to "None" in a function call. __debug__ has similar problems: it can't be assigned to normally, but via keyword arguments it is possible. This should be fixed; or should __debu

[Python-3000] __debug__

2007-05-31 Thread Georg Brandl
Guido just fixed a case in the py3k branch where you could assign to "None" in a function call. __debug__ has similar problems: it can't be assigned to normally, but via keyword arguments it is possible. This should be fixed; or should __debug__ be thrown out anyway? Georg -- Thus spake the Lo