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 benjamin.peterson, brett.cannon, djmitche, lemburg, martin.panter, ncoghlan, python-dev, serhiy.storchaka
Date 2015-05-31.17:59:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433095194.7.0.432498580352.issue19543@psf.upfronthosting.co.za>
In-reply-to
Content
Committed patch covers a large part of this issue, but not all.

Following patch emits py3k warning for unicode.decode(). For now unicode(u'a', 'ascii') is forbidden, but u'a'.decode('ascii') is allowed in 2.7.

The risk of false positive in this patch is lower than in emitting warning on str.encode(), but is larger than in just committed patch.
History
Date User Action Args
2015-05-31 17:59:54serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, brett.cannon, ncoghlan, djmitche, benjamin.peterson, python-dev, martin.panter
2015-05-31 17:59:54serhiy.storchakasetmessageid: <1433095194.7.0.432498580352.issue19543@psf.upfronthosting.co.za>
2015-05-31 17:59:54serhiy.storchakalinkissue19543 messages
2015-05-31 17:59:54serhiy.storchakacreate