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 amaury.forgeotdarc, benjamin.peterson, brett.cannon, christian.heimes, georg.brandl, lemburg, mark.dickinson, pitrou, rhettinger
Date 2008-12-08.23:52:48
SpamBayes Score 0.005260967
Marked as misclassified No
Message-id <1228780369.41.0.499582675724.issue1717@psf.upfronthosting.co.za>
In-reply-to
Content
IMO PyUnicode_Compare() should be replaced by a hypothetical
PyObject_RichCompare(), which allows to take shortcuts when comparing
strings of different length and a Py_EQ or Py_NE comparison is requested.
(see #3106 too)
History
Date User Action Args
2008-12-08 23:52:49pitrousetrecipients: + pitrou, lemburg, brett.cannon, georg.brandl, rhettinger, amaury.forgeotdarc, mark.dickinson, christian.heimes, benjamin.peterson
2008-12-08 23:52:49pitrousetmessageid: <1228780369.41.0.499582675724.issue1717@psf.upfronthosting.co.za>
2008-12-08 23:52:48pitroulinkissue1717 messages
2008-12-08 23:52:48pitroucreate