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 barry, docs@python, ethan.furman, gvanrossum, python-dev, r.david.murray, serhiy.storchaka
Date 2014-01-08.23:00:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389222044.49.0.269332675161.issue18011@psf.upfronthosting.co.za>
In-reply-to
Content
This is not incompatible change because b32decode() already raised this type of an error. Third-party code which use b32decode() was either incorrect (if it catches only TypeError or binascii.Error when any of them could raised) or is not broken by this change.
History
Date User Action Args
2014-01-08 23:00:44serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, barry, r.david.murray, docs@python, ethan.furman, python-dev
2014-01-08 23:00:44serhiy.storchakasetmessageid: <1389222044.49.0.269332675161.issue18011@psf.upfronthosting.co.za>
2014-01-08 23:00:44serhiy.storchakalinkissue18011 messages
2014-01-08 23:00:44serhiy.storchakacreate