On 03/12/2014 04:49 PM, Chris Angelico wrote:
You can use hasattr() in place of AttributeError
Is that true now? It used to be that hasattr swallowed all exceptions
rather than just AttributeError making is a very dangerous weapon for
anything (such as an orm or odb) that might do something i
The "3.4" branch is now checked in. It contains all the 3.4 releases
since 3.4.0rc1. Its current state is effectively 3.4.1.
The "default" branch is now 3.5.
Cry havoc, and let slip the dogs of war,
//arry/
___
Python-Dev mailing list
Python-De
On behalf of the Python development team, I'm thrilled to announce
the official release of Python 3.4.
Python 3.4 includes a range of improvements of the 3.x series, including
hundreds of small improvements and bug fixes. Major new features and
changes in the 3.4 release series include:
* PEP
Charles-François Natali writes:
> 2014-03-15 21:44 GMT+00:00 Nikolaus Rath :
>
>> Guido van Rossum writes:
>> > This downside of using subclassing as an API should be well known by now
>> > and widely warned against.
>>
>> It wasn't known to me until now. Are these downsides described in some
>>
2014-03-15 21:44 GMT+00:00 Nikolaus Rath :
> Guido van Rossum writes:
> > This downside of using subclassing as an API should be well known by now
> > and widely warned against.
>
> It wasn't known to me until now. Are these downsides described in some
> more detail somewhere?
>
The short versio