[Bug 683948] New: Review Request: python-unicodenazi - Module that finds unicode/bytestring comparisions and other problems

bugzilla at redhat.com bugzilla at redhat.com
Thu Mar 10 18:29:15 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: python-unicodenazi - Module that finds unicode/bytestring comparisions and other problems

https://bugzilla.redhat.com/show_bug.cgi?id=683948

           Summary: Review Request: python-unicodenazi - Module that finds
                    unicode/bytestring comparisions and other problems
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: a.badger at gmail.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora


Spec URL: http://toshio.fedorapeople.org/packages/python-unicodenazi.spec
SRPM URL:
http://toshio.fedorapeople.org/packages/python-unicodenazi-1.1-1.fc14.src.rpm
Description:
A common source of unicode issues in python2 is that code mixes str and unicode
and is valid for the cases the author tests for (because they only test with
ASCII) but then throws an error when the code is used with non-ASCII strings.

If enabled unicodenazi will complain when this mixing of unicode and byte str
occurs.  It's annoying as hell, has a huge runtime impact on performance, and
will also complain about most of the stuff in the Python standard library.  But
it will point out some areas of your code that may traceback in python2 when
given different data and make it easier to migrate to python3 where unicode and
bytes no longer interoperate.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list