12.12.13 00:24, Antoine Pitrou написав(ла):
On Wed, 11 Dec 2013 20:28:19 +0100 (CET)
serhiy.storchaka <python-check...@python.org> wrote:
http://hg.python.org/cpython/rev/618cca51a27e
changeset:   87899:618cca51a27e
branch:      3.3
parent:      87896:46186736e91c
user:        Serhiy Storchaka <storch...@gmail.com>
date:        Wed Dec 11 21:07:54 2013 +0200
summary:
   Issue #17576: Deprecation warning emitted now when __int__() or __index__()
return not int instance.  Introduced _PyLong_FromNbInt() and refactored
PyLong_As*() functions.

Is it ok to add deprecation warnings in bugfix versions?

Some clarifications. This is a precursor of a bugfix. I split a patch on two parts for simplicity. First part doesn't change behavior besides introducing warnings. Second part is simple and will change behavior (I still doubt how many behavior it should change).

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to