]> granicus.if.org Git - python/commit
Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true)
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 26 May 2011 11:37:25 +0000 (13:37 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 26 May 2011 11:37:25 +0000 (13:37 +0200)
commitdbfba1667cce8a4e4b28a1cd1f8772e063c06e49
tree5903424dc8edb25ef071d0f4b61940fdbd8c5a6c
parenta5392455f6b632755e568f46ca6492918f1fe779
Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true)
division (python -Qnew). Patch written by Ralf W. Grosse-Kunstleve.
Lib/pydoc.py
Misc/ACKS
Misc/NEWS