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 georg.brandl
Recipients belopolsky, eric.araujo, georg.brandl, giampaolo.rodola, ncoghlan, ping, r.liebscher, ron_adam
Date 2010-12-03.11:12:23
SpamBayes Score 0.011038319
Marked as misclassified No
Message-id <1291374744.42.0.987141551379.issue2001@psf.upfronthosting.co.za>
In-reply-to
Content
The html_getfile() function is Unix-specific: it constructs paths like

path = os.sep + path.replace('%20', ' ')

Consequently, its test fails on Windows:

http://www.python.org/dev/buildbot/all/builders/x86%20XP-4%203.x/builds/3703/steps/test/logs/stdio
History
Date User Action Args
2010-12-03 11:12:24georg.brandlsetrecipients: + georg.brandl, ping, ncoghlan, belopolsky, giampaolo.rodola, ron_adam, eric.araujo, r.liebscher
2010-12-03 11:12:24georg.brandlsetmessageid: <1291374744.42.0.987141551379.issue2001@psf.upfronthosting.co.za>
2010-12-03 11:12:23georg.brandllinkissue2001 messages
2010-12-03 11:12:23georg.brandlcreate