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 pitrou
Recipients lemburg, pitrou, rhettinger
Date 2008-12-15.15:34:39
SpamBayes Score 0.0016545563
Marked as misclassified No
Message-id <1229355265.12181.6.camel@localhost>
In-reply-to <49466C92.4060409@egenix.com>
Content
Le lundi 15 décembre 2008 à 14:41 +0000, Marc-Andre Lemburg a écrit :
> Why have you removed the complete error handling section in
> PyUnicode_RichCompare() ?

Because the only error that can occur is a TypeError when one of the two
arguments is not an unicode object, and that is handled by returning
Py_NotImplemented at the end.
(there is no implicit bytes -> unicode coercion anymore, and therefore
things are much simpler)
History
Date User Action Args
2008-12-15 15:34:41pitrousetrecipients: + pitrou, lemburg, rhettinger
2008-12-15 15:34:39pitroulinkissue3106 messages
2008-12-15 15:34:39pitroucreate