[docs] [issue17576] PyNumber_Index() is not int-subclass friendly (or operator.index() docos lie)
Nick Coghlan
report at bugs.python.org
Wed Aug 21 23:32:15 CEST 2013
Nick Coghlan added the comment:
On 21 Aug 2013 15:47, "Mark Dickinson" <report at bugs.python.org> wrote:
>
>
> Mark Dickinson added the comment:
>
> > Shouldn't it be PendingDeprecationWarning?
>
> Hmm. Possibly. I'm not sure what the policy is any more regarding
DeprecationWarning versus PendingDeprecationWarning. Nick?
Not sure if this is written down anywhere, but I use
PendingDeprecationWarning for "definitely still around next release, may
not have a set date for removal" and DeprecationWarning for "may be removed
next release".
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17576>
_______________________________________
More information about the docs
mailing list