[ python-Bugs-1643712 ] Emphasize buffering issues when sys.stdin is used

SourceForge.net noreply at sourceforge.net
Wed Jan 24 18:28:19 CET 2007


Bugs item #1643712, was opened at 2007-01-24 12:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1643712&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.6
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Raghuram Devarakonda (draghuram)
Assigned to: Nobody/Anonymous (nobody)
Summary: Emphasize buffering issues when sys.stdin is used

Initial Comment:

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".



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1643712&group_id=5470


More information about the Python-bugs-list mailing list