Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=570819
--- Comment #1 from Toshio Ernie Kuratomi a.badger@gmail.com 2010-06-02 16:30:32 EDT --- Created an attachment (id=419155) --> (https://bugzilla.redhat.com/attachment.cgi?id=419155) Fix UnicodeWarning when comparing provides
This is a minimal patch to fix the issue. A more complete fix would check if we can use the byte version of "n" everywhere in that function and only use the unicode version where necessary (likely, the sqlite call).