[New-bugs-announce] [issue12182] pydoc.py integer division problem

Ralf W. Grosse-Kunstleve report at bugs.python.org
Thu May 26 01:55:04 CEST 2011


New submission from Ralf W. Grosse-Kunstleve <rwgk at yahoo.com>:

The pydoc.HTMLRepr.multicolumn() method fails when using the Python command-line option -Qnew.
The attached patch inserts two slashes for floor division. (I think the same change was applied to Python 3 already.)

----------
components: Library (Lib)
files: pydoc_patch
messages: 136920
nosy: rwgk
priority: normal
severity: normal
status: open
title: pydoc.py integer division problem
versions: Python 2.7
Added file: http://bugs.python.org/file22120/pydoc_patch

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


More information about the New-bugs-announce mailing list