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.

Author ron_adam
Recipients eric.araujo, georg.brandl, rhettinger, ron_adam
Date 2011-01-24.00:10:54
SpamBayes Score 0.00011669078
Marked as misclassified No
Message-id <1295827855.24.0.442643817824.issue10961@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2011-01-24 00:10:55ron_adamsetrecipients: + ron_adam, georg.brandl, rhettinger, eric.araujo
2011-01-24 00:10:55ron_adamsetmessageid: <1295827855.24.0.442643817824.issue10961@psf.upfronthosting.co.za>
2011-01-24 00:10:54ron_adamlinkissue10961 messages
2011-01-24 00:10:54ron_adamcreate