Antoine Pitrou <[email protected]> added the comment: Instead of writing `bytes('foo', encoding='ascii')`, you can just write `b'foo'`. Otherwise, patch looks ok.
---------- nosy: +pitrou _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue7846> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
