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.
Created on 2008年08月01日 16:06 by benjamin.peterson, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg70565 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年08月01日 16:06 | |
$ ./python.exe -c "import sys; sys.stdin.read()" ^D In 2.6, this returns, but in 3.0, it still hangs despite having gotten EOF. When a KeyboardInterrupt is given, this is the traceback: ^CTraceback (most recent call last): File "<string>", line 1, in <module> File "/temp/python/py3k/Lib/io.py", line 1692, in read decoder.decode(self.buffer.read(), final=True)) File "/temp/python/py3k/Lib/io.py", line 923, in read chunk = self.raw.read() KeyboardInterrupt |
|||
| msg70566 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年08月01日 16:25 | |
I'm sorry. This is my oversight. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:37 | admin | set | github: 47733 |
| 2008年08月01日 16:25:41 | benjamin.peterson | set | status: open -> closed resolution: not a bug messages: + msg70566 |
| 2008年08月01日 16:06:07 | benjamin.peterson | create | |