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 martin.panter, pitrou, pjenvey, python-dev, serhiy.storchaka, vstinner
Date 2016-06-18.11:45:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466250335.47.0.16056117254.issue26754@psf.upfronthosting.co.za>
In-reply-to
Content
Following patch deprecates the support of bytes-like objects (except bytes itself) in PyUnicode_FSDecoder() for consistency with issue26800.
History
Date User Action Args
2016-06-18 11:45:35serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, pjenvey, python-dev, martin.panter
2016-06-18 11:45:35serhiy.storchakasetmessageid: <1466250335.47.0.16056117254.issue26754@psf.upfronthosting.co.za>
2016-06-18 11:45:35serhiy.storchakalinkissue26754 messages
2016-06-18 11:45:35serhiy.storchakacreate