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 mgiuca
Recipients BreamoreBoy, adamnelson, ajaksu2, collinwinter, eric.araujo, ezio.melotti, mastrodomenico, mgiuca, nagle, orsenthil, pitrou, vak, varmaa, vstinner
Date 2010-07-19.11:21:33
SpamBayes Score 0.0027913805
Marked as misclassified No
Message-id <1279538495.68.0.715840945766.issue1712522@psf.upfronthosting.co.za>
In-reply-to
Content
> Well, isn't it a new feature you're adding?

You had a function which raised a confusing and unintentional KeyError when given non-ASCII Unicode input. Now it doesn't. That's the bug fix part.

What I assume you're referring to as a "new feature" is the new arguments. I'd say they're unfortunately necessary in fixing this bug, as the fix requires encoding the non-ASCII unicode characters with some encoding, and it's (arguably) necessary to give the programmer the choice of encoding, with sensible defaults.
History
Date User Action Args
2010-07-19 11:21:35mgiucasetrecipients: + mgiuca, collinwinter, varmaa, nagle, orsenthil, pitrou, vstinner, ajaksu2, ezio.melotti, eric.araujo, mastrodomenico, vak, adamnelson, BreamoreBoy
2010-07-19 11:21:35mgiucasetmessageid: <1279538495.68.0.715840945766.issue1712522@psf.upfronthosting.co.za>
2010-07-19 11:21:33mgiucalinkissue1712522 messages
2010-07-19 11:21:33mgiucacreate