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@xxxxxxxxxxxxxxxxx ReportedBy: a.badger@xxxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: notting@xxxxxxxxxx, fedora-package-review@xxxxxxxxxx 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. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review