Merge pull request #6017 from blueyed/DontReadFromInput-remove-comment

Remove (rejected) comment from DontReadFromInput
This commit is contained in:
Daniel Hahler 2019-10-23 01:07:12 +02:00 committed by GitHub
commit 8683293031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -693,13 +693,6 @@ class SysCaptureBinary(SysCapture):
class DontReadFromInput:
"""Temporary stub class. Ideally when stdin is accessed, the
capturing should be turned off, with possibly all data captured
so far sent to the screen. This should be configurable, though,
because in automated test runs it is better to crash than
hang indefinitely.
"""
encoding = None
def read(self, *args):