[issue20861] datetime argument handling inconsistent; should accept logical integers, not coercible values

STINNER Victor report at bugs.python.org
Tue Aug 13 11:52:44 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

This issue has been fixed in Python 3.3 by bpo-17576 which started to emit the DeprecationWarning.

----------
resolution:  -> duplicate
stage: needs patch -> resolved
status: open -> closed
superseder:  -> PyNumber_Index() is not int-subclass friendly (or operator.index() docos lie)

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue20861>
_______________________________________


More information about the Python-bugs-list mailing list