This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients andrewclegg, eric.araujo, pitrou, r.david.murray
Date 2010-07-09.10:41:30
SpamBayes Score 0.1902936
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Instead of writing `bytes('foo', encoding='ascii')`, you can just write `b'foo'`. Otherwise, patch looks ok.
History
Date User Action Args
2010-07-09 10:41:31pitrousetrecipients: + pitrou, eric.araujo, r.david.murray, andrewclegg
2010-07-09 10:41:31pitrousetmessageid: <[email protected]>
2010-07-09 10:41:30pitroulinkissue7846 messages
2010-07-09 10:41:30pitroucreate