[issue10961] Pydoc touchups in new browser for 3.2
Ron Adam
report at bugs.python.org
Mon Jan 24 01:10:55 CET 2011
Ron Adam <ron_adam at users.sourceforge.net> added the comment:
Ok, after input from Eric, Here is another patch.
Removed a set of unneeded parentheses.
Changed the title of the pages from PyDoc to Pydoc.
A better fix for the uncaught floats. Wrap the main content in div with style="clear:both;". Should work on nearly everything. Also avoided floating the "get" and "search" form inputs. That was causing them to separate too much in IE.
To summarize ...
Minor fixes for new browser mode only.
Fix float problems with the navbar.
Change html page titles to "Pydoc" instead of "Python".
Call html.markup() on topic contents.
Fix topic/object shadowing.
Improved error handling. (Part of the shadowing fix.)
----------
Added file: http://bugs.python.org/file20499/pydoc_misc_fix_d.diff
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10961>
_______________________________________
More information about the Python-bugs-list
mailing list