Re: [Python-3000] Code freeze?

2008-02-28 Thread Chris Mellon
On Thu, Feb 28, 2008 at 1:49 PM, Christian Heimes <[EMAIL PROTECTED]> wrote: > Hey Barry! > > When are you planing to freeze the code of the trunk and branches/py3k > for the upcoming alpha releases? I'll merge the last modifications from > 2.6 to 3.0 in a couple of minutes. All tests on Linux a

Re: [Python-3000] exception-swallowing behaviour of hasattr

2008-01-22 Thread Chris Mellon
On Jan 22, 2008 11:36 AM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > > On Jan 22, 2008 9:31 AM, Chris Mellon <[EMAIL PROTECTED]> wrote: > > On Jan 22, 2008 9:36 AM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > > > IMO (1) or (2) are both acceptable, but I

Re: [Python-3000] exception-swallowing behaviour of hasattr

2008-01-22 Thread Chris Mellon
On Jan 22, 2008 9:36 AM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > IMO (1) or (2) are both acceptable, but I'd prefer (2): swallow > 'Exception'. There's a reason why hasattr() is different from > getattr() with a default value; it's too early for me to explain it > clearly, but I know it was d