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 sunfinite
Recipients ajaksu2, akitada, brianvanden, eric.araujo, kjohnson, mpg, ncoghlan, ping, sunfinite, vstinner
Date 2013-09-25.07:30:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380094208.13.0.596429666664.issue1185124@psf.upfronthosting.co.za>
In-reply-to
Content
I've updated my patch with the review changes and tests.

tokenize.detect_encoding throws a TypeError if the file object passed to it is in text mode. However, i've realized catching this is not necessary as i now check for TextIOBase instead of just StringIO before.
History
Date User Action Args
2013-09-25 07:30:08sunfinitesetrecipients: + sunfinite, ping, ncoghlan, kjohnson, brianvanden, vstinner, ajaksu2, eric.araujo, akitada, mpg
2013-09-25 07:30:08sunfinitesetmessageid: <1380094208.13.0.596429666664.issue1185124@psf.upfronthosting.co.za>
2013-09-25 07:30:08sunfinitelinkissue1185124 messages
2013-09-25 07:30:07sunfinitecreate