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 jwezel
Recipients doerwalter, eryksun, ezio.melotti, jwezel, martin.panter
Date 2016-01-19.21:58:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453240697.96.0.081321538419.issue26151@psf.upfronthosting.co.za>
In-reply-to
Content
> But this leads to uninspectable objects.

An inspection would be done with repr() which should not cause a problem.

Besides. the official and correct way of handling an ff character is to emit a Unicode replacement code, not to issue an exception. Another flaw in the whole story.
History
Date User Action Args
2016-01-19 21:58:18jwezelsetrecipients: + jwezel, doerwalter, ezio.melotti, martin.panter, eryksun
2016-01-19 21:58:17jwezelsetmessageid: <1453240697.96.0.081321538419.issue26151@psf.upfronthosting.co.za>
2016-01-19 21:58:17jwezellinkissue26151 messages
2016-01-19 21:58:17jwezelcreate