This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Arfrever, alex, barry, docs@python, eric.snow, ethan.furman, mark.dickinson, ncoghlan, python-dev, serhiy.storchaka, vstinner
Date 2013-12-11.19:28:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3dfp8L02D1z7Llb@mail.python.org>
In-reply-to
Content
New changeset 618cca51a27e by Serhiy Storchaka in branch '3.3':
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
http://hg.python.org/cpython/rev/618cca51a27e

New changeset 59fb79d0411e by Serhiy Storchaka in branch 'default':
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
http://hg.python.org/cpython/rev/59fb79d0411e
History
Date User Action Args
2013-12-11 19:28:18python-devsetrecipients: + python-dev, barry, mark.dickinson, ncoghlan, vstinner, Arfrever, alex, docs@python, ethan.furman, eric.snow, serhiy.storchaka
2013-12-11 19:28:18python-devlinkissue17576 messages
2013-12-11 19:28:18python-devcreate