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 alex.henderson
Recipients alex.henderson, ezio.melotti, lemburg, ncoghlan
Date 2013-07-12.16:02:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373644927.7.0.12062641809.issue17840@psf.upfronthosting.co.za>
In-reply-to
Content
OK, now raises ValueError on passing anything other than 'strict'.

Note that for the incremental classes I've put checking in __init__ so that ValueError is raised when non-'strict' values are passed to the constructor, not when the incremental encode/decode methods are subsequently called.
History
Date User Action Args
2013-07-12 16:02:07alex.hendersonsetrecipients: + alex.henderson, lemburg, ncoghlan, ezio.melotti
2013-07-12 16:02:07alex.hendersonsetmessageid: <1373644927.7.0.12062641809.issue17840@psf.upfronthosting.co.za>
2013-07-12 16:02:07alex.hendersonlinkissue17840 messages
2013-07-12 16:02:07alex.hendersoncreate