On Dec 10, 9:17 pm, nn wrote:
> On Dec 9, 10:15 pm, rusi wrote:
>
> > In trying to get from 2.x to 3 Terry suggested I use 2.7 with
> > deprecation warnings
>
> > Heres the (first) set
>
> > DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__
> > in 3.x
> > DeprecationWarning: ca
On 10/12/2010 16:17, nn wrote:
On Dec 9, 10:15 pm, rusi wrote:
In trying to get from 2.x to 3 Terry suggested I use 2.7 with
deprecation warnings
Heres the (first) set
DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__
in 3.x
DeprecationWarning: callable() not supported in 3
On Dec 10, 11:17 am, nn wrote:
> On Dec 9, 10:15 pm, rusi wrote:
>
> > In trying to get from 2.x to 3 Terry suggested I use 2.7 with
> > deprecation warnings
>
> > Heres the (first) set
>
> > DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__
> > in 3.x
> > DeprecationWarning: c
On Dec 9, 10:15 pm, rusi wrote:
> In trying to get from 2.x to 3 Terry suggested I use 2.7 with
> deprecation warnings
>
> Heres the (first) set
>
> DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__
> in 3.x
> DeprecationWarning: callable() not supported in 3.x; use isinstance(x
On 12/9/2010 10:15 PM, rusi wrote:
In trying to get from 2.x to 3 Terry suggested I use 2.7 with
deprecation warnings
Heres the (first) set
DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__
in 3.x
DeprecationWarning: callable() not supported in 3.x; use isinstance(x,
collect