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 georg.brandl, ron_adam
Date 2011-01-20.17:48:52
SpamBayes Score 6.7366873e-06
Marked as misclassified No
Message-id <1295545738.06.0.604274599052.issue10961@psf.upfronthosting.co.za>
In-reply-to
Content
A collection of small fix's that only effect the new browser mode.

* Change title of html pages from "Python ..." to "PyDoc ...".
    
* Fixed unterminated div float for items returned without a header.
     example: str, None, True, False
    
* Added "topic?key=..." url command to explicitly get topics.  This is to avoid the shadowing when an object has the same name as a topic.

* Nicer parsing and error handling in the url handler.
History
Date User Action Args
2011-01-20 17:48:58ron_adamsetrecipients: + ron_adam, georg.brandl
2011-01-20 17:48:58ron_adamsetmessageid: <1295545738.06.0.604274599052.issue10961@psf.upfronthosting.co.za>
2011-01-20 17:48:53ron_adamlinkissue10961 messages
2011-01-20 17:48:53ron_adamcreate