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 ezio.melotti, python-dev, serhiy.storchaka, vstinner
Date 2012-11-10.12:21:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352550087.94.0.993924047144.issue16444@psf.upfronthosting.co.za>
In-reply-to
Content
TESTFN_UNDECODABLE is not detected for cp1250, cp1251, cp1252, cp1254, cp1257 and cp1258.  Just add b'\x81\x98\xae\xd5\xff', at leas one of this bytes undecodable in some encoding which has any undecodable bytes.
History
Date User Action Args
2012-11-10 12:21:27serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, python-dev
2012-11-10 12:21:27serhiy.storchakasetmessageid: <1352550087.94.0.993924047144.issue16444@psf.upfronthosting.co.za>
2012-11-10 12:21:27serhiy.storchakalinkissue16444 messages
2012-11-10 12:21:27serhiy.storchakacreate