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 asvetlov
Recipients asvetlov, yselivanov
Date 2019-09-29.11:23:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569756196.56.0.787243231991.issue38314@roundup.psfhosted.org>
In-reply-to
Content
The issue is easy, basically we need the following code plus a test

    def is_reading(self):
        return not self._paused and not self._closing
History
Date User Action Args
2019-09-29 11:23:16asvetlovsetrecipients: + asvetlov, yselivanov
2019-09-29 11:23:16asvetlovsetmessageid: <1569756196.56.0.787243231991.issue38314@roundup.psfhosted.org>
2019-09-29 11:23:16asvetlovlinkissue38314 messages
2019-09-29 11:23:16asvetlovcreate