This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: pydoc.py integer division problem
Type: Stage: resolved
Components: Library (Lib) Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ncoghlan Nosy List: ncoghlan, petri.lehtinen, python-dev, rwgk, vstinner
Priority: normal Keywords:

Created on 2011-05-25 23:55 by rwgk, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pydoc_patch rwgk, 2011-05-25 23:55 patch review
Messages (3)
msg136920 - (view) Author: Ralf W. Grosse-Kunstleve (rwgk) Date: 2011-05-25 23:55
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.)
msg136944 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-05-26 11:38
New changeset 7724b53510c4 by Victor Stinner in branch '2.7':
Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true)
http://hg.python.org/cpython/rev/7724b53510c4
msg136945 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2011-05-26 11:39
Patch applied, thanks for your patch!
History
Date User Action Args
2022-04-11 14:57:17adminsetgithub: 56391
2011-05-26 11:39:11vstinnersetnosy: + vstinner
messages: + msg136945
2011-05-26 11:38:48python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg136944

resolution: fixed
stage: resolved
2011-05-26 06:28:16ncoghlansetassignee: ncoghlan

nosy: + ncoghlan
2011-05-26 05:58:03petri.lehtinensetnosy: + petri.lehtinen
2011-05-25 23:55:03rwgkcreate