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 r.david.murray
Recipients Dmitry.Jemerov, r.david.murray
Date 2010-07-19.14:30:24
SpamBayes Score 5.4921155e-05
Marked as misclassified No
Message-id <1279549827.32.0.864915169803.issue9291@psf.upfronthosting.co.za>
In-reply-to
Content
I'm guessing this problem doesn't occur in 3.x?  If so, the quick fix would be to have the registry code catch UnicodeError instead of UnicodeEncodeError.  That may be the correct fix anyway.

The "fun" part of this bug is going to be creating a unit test for it.
History
Date User Action Args
2010-07-19 14:30:27r.david.murraysetrecipients: + r.david.murray, Dmitry.Jemerov
2010-07-19 14:30:27r.david.murraysetmessageid: <1279549827.32.0.864915169803.issue9291@psf.upfronthosting.co.za>
2010-07-19 14:30:25r.david.murraylinkissue9291 messages
2010-07-19 14:30:25r.david.murraycreate