[docs] [issue28916] Not matched behavior of modulo operator % with the description of the documentation

Martin Panter report at bugs.python.org
Fri Dec 9 22:12:34 EST 2016


Martin Panter added the comment:

The documentation for %x etc also had the same problem, and it applies to Python 2 for %x. Here is a patch for Python 3. The behaviour is already tested, but there were some quirks due to porting from Py 2 tests, and duplicate tests which I removed.

----------
keywords: +patch
stage: needs patch -> patch review
versions: +Python 2.7
Added file: http://bugs.python.org/file45826/py3-octal.patch

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


More information about the docs mailing list