Deprecation warnings (2.7 -> 3 )

Tim Golden mail at timgolden.me.uk
Fri Dec 10 11:25:37 EST 2010


On 10/12/2010 16:17, nn wrote:
> On Dec 9, 10:15 pm, rusi<rustompm... at gmail.com>  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 quite an answer, but:

   http://docs.python.org/dev/py3k/whatsnew/3.0.html

TJG



More information about the Python-list mailing list