[issue4029] Documentation displays incorrectly in iexplore.

2008-10-06 Thread David W. Lambert
David W. Lambert <[EMAIL PROTECTED]> added the comment: I installed google chrome. The manual display is absolutely beautiful. Thanks for your good work! Proofreader Dave. ___ Python tracker <[EMAIL PROTECTED]> ___

[issue4029] Documentation displays incorrectly in iexplore.

2008-10-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I concur with Terry on all counts. Specifically: 1. How the underscores are displayed depends on the font you've selected as your monospace font. Replacing them with an image is ugly and will never look remotely nice. 2. I will fix the stylesh

[issue4029] Documentation displays incorrectly in iexplore.

2008-10-03 Thread David W. Lambert
David W. Lambert <[EMAIL PROTECTED]> added the comment: multiple underscores could be replaced by a gif. latex2html solves a bunch of font problems this way. I tried to dump IE but was warned it would break microsoft office, which I need for work. If you happen to know how to adjust the reg

[issue4029] Documentation displays incorrectly in iexplore.

2008-10-03 Thread Terry J. Reedy
Terry J. Reedy <[EMAIL PROTECTED]> added the comment: 3. There is a typo to fix in the header for print on http://docs.python.org/library/functions.html end = 'n' should be end = '\n' About spaces: both IE7 and FF3 on my machine display the same line with real commas that appear moved a pixel t

[issue4029] Documentation displays incorrectly in iexplore.

2008-10-03 Thread David W. Lambert
New submission from David W. Lambert <[EMAIL PROTECTED]>: I use IEXPLORE version 6.0.2900.2180.xpsp_sp2_gdr.-70227-2254CO without any known customizations and have observed 3 display problems. (And since I guess that the python html libraries generated the manuals, could these libraries be im