Message 373666 - Python tracker

Message373666

Author terry.reedy
Recipients miss-islington, serhiy.storchaka, terry.reedy
Date 2020-07-15.04:16:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594786567.0.0.186211974227.issue41158@roundup.psfhosted.org>
In-reply-to
Content
#41300 reports that the new iomenu line 291
   enc, _ = tokenize.detect_encoding(io.BytesIO(encoded).readline)
fails without 'import io' added.  I should have tested more thoroughly.  I will fix and add tests there.
History
Date User Action Args
2020-07-15 04:16:07terry.reedysetrecipients: + terry.reedy, serhiy.storchaka, miss-islington
2020-07-15 04:16:07terry.reedysetmessageid: <1594786567.0.0.186211974227.issue41158@roundup.psfhosted.org>
2020-07-15 04:16:06terry.reedylinkissue41158 messages
2020-07-15 04:16:06terry.reedycreate