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 serhiy.storchaka
Recipients orsenthil, python-dev, serhiy.storchaka
Date 2012-10-23.13:03:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350997437.56.0.00880107741186.issue16301@psf.upfronthosting.co.za>
In-reply-to
Content
> +        tmp_fileurl = 'file://localhost' + tmp_file

        tmp_fileurl = 'file://localhost/' + tmp_file.replace(os.path.sep, '/')
History
Date User Action Args
2012-10-23 13:03:57serhiy.storchakasetrecipients: + serhiy.storchaka, orsenthil, python-dev
2012-10-23 13:03:57serhiy.storchakasetmessageid: <1350997437.56.0.00880107741186.issue16301@psf.upfronthosting.co.za>
2012-10-23 13:03:57serhiy.storchakalinkissue16301 messages
2012-10-23 13:03:57serhiy.storchakacreate