[issue21193] pow(a, b, c) should not raise TypeError when b is negative and c is provided

Roundup Robot report at bugs.python.org
Fri Apr 11 20:35:14 CEST 2014


Roundup Robot added the comment:

New changeset dc6c2ab7fec2 by Mark Dickinson in branch 'default':
Issue #21193: Make (e.g.,) pow(2, -3, 5) raise ValueError rather than TypeError.  Patch by Josh Rosenberg.
http://hg.python.org/cpython/rev/dc6c2ab7fec2

----------
nosy: +python-dev

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21193>
_______________________________________


More information about the Python-bugs-list mailing list