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 Valentin.Lorentz
Recipients Valentin.Lorentz, r.david.murray, serhiy.storchaka
Date 2017-05-05.15:59:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493999977.36.0.36086220358.issue30268@psf.upfronthosting.co.za>
In-reply-to
Content
@r.david.murray I don't think it's a bug either, but a possible enhancement.

@serhiy.storchaka We could simply do this: if isinstance(url, bytes):  url = os.fsdecode(url)
History
Date User Action Args
2017-05-05 15:59:37Valentin.Lorentzsetrecipients: + Valentin.Lorentz, r.david.murray, serhiy.storchaka
2017-05-05 15:59:37Valentin.Lorentzsetmessageid: <1493999977.36.0.36086220358.issue30268@psf.upfronthosting.co.za>
2017-05-05 15:59:37Valentin.Lorentzlinkissue30268 messages
2017-05-05 15:59:37Valentin.Lorentzcreate