Deprecation warnings (2.7 -> 3 )

Terry Reedy tjreedy at udel.edu
Thu Dec 9 23:21:47 EST 2010


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,
> collections.Callable)
>
> Is there one place/site I can go to for understanding all these and
> trying to clear them?

Not that I know of, but it would be a good idea. You could suggest on 
the tracker the addition of HOW TO Clear Deprecation Warnings, 2.7.
There would need to be a new one for each release, based on grepping the 
codebase.

-- 
Terry Jan Reedy




More information about the Python-list mailing list