New submission from Ralf W. Grosse-Kunstleve :
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
Ralf W. Grosse-Kunstleve added the comment:
I've no access to HP machines anymore.
It's probably not worth anybody's time.
Ralf
--
___
Python tracker
<http://bugs.pytho
Ralf W. Grosse-Kunstleve added the comment:
It is no longer a problem for me. As of last fall, we don't have any
Tru64 machines anymore.
--
___
Python tracker
<http://bugs.python.org/issu
New submission from Ralf W. Grosse-Kunstleve <[EMAIL PROTECTED]>:
It would be very useful to add two lines to Modules/Setup.dist:
Index: Modules/Setup.dist
===
--- Modules/Setup.dist (revision 64489)
+++ Modules/Setu