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 2007年01月24日 17:28 by draghuram, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg61055 - (view) | Author: Raghuram Devarakonda (draghuram) (Python triager) | Date: 2007年01月24日 17:28 | |
Hi, Please look at the bug: http://sourceforge.net/tracker/index.php?func=detail&aid=1633941&group_id=5470&atid=105470 As I commented there, I don't think any fix is needed but it appears to me that mentioning this case in docs wouldn't hurt. Something like this can be added to next() description at: http://docs.python.org/lib/bltin-file-objects.html "Please consider buffering issues while using ``for line in sys.stdin`` when the input is being interactively entered". |
|||
| msg113248 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2010年08月08日 10:45 | |
Please note update to #1633941 |
|||
| msg380308 - (view) | Author: Irit Katriel (iritkatriel) * (Python committer) | Date: 2020年11月04日 01:41 | |
Closed along with 1633941. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:22 | admin | set | github: 44502 |
| 2020年11月04日 01:41:42 | iritkatriel | set | status: open -> closed nosy: + iritkatriel messages: + msg380308 resolution: out of date stage: needs patch -> resolved |
| 2014年02月03日 19:50:27 | BreamoreBoy | set | nosy:
- BreamoreBoy |
| 2010年08月08日 10:45:37 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg113248 |
| 2010年08月07日 18:34:32 | terry.reedy | set | stage: needs patch versions: - Python 2.6 |
| 2010年07月10日 06:28:17 | terry.reedy | set | versions:
+ Python 3.1, Python 2.7, Python 3.2, - Python 3.0 nosy: + docs@python assignee: docs@python keywords: + patch stage: test needed -> (no value) |
| 2009年03月30日 19:05:01 | ajaksu2 | set | dependencies:
+ for line in sys.stdin: doesn't notice EOF the first time type: enhancement stage: test needed versions: + Python 3.0 |
| 2007年01月24日 17:28:18 | draghuram | create | |