Antoine Pitrou <[email protected]> added the comment: Quick comments on your patch: - two files have unwanted modifications on non-ASCII characters (Lib/heapq.py and Lib/sqlite3/test/hooks.py) - you haven't renamed "__cmp__" to "_cmp" in Lib/xmlrpc/client.py: deliberate? - in Lib/heapq.py, there's a "_cmp__" which should be "_cmp"
_______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue1717> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
