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 gregory.p.smith
Recipients gpolo, gregory.p.smith, m.sucajtys
Date 2009-04-06.00:23:31
SpamBayes Score 0.0007935285
Marked as misclassified No
Message-id <1238977412.54.0.574952369464.issue2254@psf.upfronthosting.co.za>
In-reply-to
Content
fyi - Your patch does not work on windows as it uses os.path for uri
manipulation.  that means it behaves differently with regards to / and \
based on platform.

I'm making a new one.  I've written a unittest.  should be fixed soon.
History
Date User Action Args
2009-04-06 00:23:32gregory.p.smithsetrecipients: + gregory.p.smith, gpolo, m.sucajtys
2009-04-06 00:23:32gregory.p.smithsetmessageid: <1238977412.54.0.574952369464.issue2254@psf.upfronthosting.co.za>
2009-04-06 00:23:31gregory.p.smithlinkissue2254 messages
2009-04-06 00:23:31gregory.p.smithcreate