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 ncoghlan
Recipients belopolsky, eric.araujo, georg.brandl, ncoghlan, ping, r.liebscher, ron_adam
Date 2010-12-03.16:13:11
SpamBayes Score 0.0063687814
Marked as misclassified No
Message-id <1291392793.99.0.722542348561.issue2001@psf.upfronthosting.co.za>
In-reply-to
Content
r86975 should fix the problem with Windows paths.

I also found an issue where many of the emitted HTML pages contained two HTML header sections. The tests were just written in a way that they only looked at the second of these header sections, while my browser only looked at the first.

The same commit adjusts the tests to look at the first emitted header section and changes the flow in the URL handler to only ever invoke html.page() once per request.
History
Date User Action Args
2010-12-03 16:13:14ncoghlansetrecipients: + ncoghlan, ping, georg.brandl, belopolsky, ron_adam, eric.araujo, r.liebscher
2010-12-03 16:13:13ncoghlansetmessageid: <1291392793.99.0.722542348561.issue2001@psf.upfronthosting.co.za>
2010-12-03 16:13:11ncoghlanlinkissue2001 messages
2010-12-03 16:13:11ncoghlancreate