[issue1643712] Emphasize buffering issues when sys.stdin is used

2020-11-03 Thread Irit Katriel
Irit Katriel added the comment: Closed along with 1633941. -- nosy: +iritkatriel resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker ___

[issue1643712] Emphasize buffering issues when sys.stdin is used

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1643712] Emphasize buffering issues when sys.stdin is used

2010-08-08 Thread Mark Lawrence
Mark Lawrence added the comment: Please note update to #1633941 -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list m

[issue1643712] Emphasize buffering issues when sys.stdin is used

2010-08-07 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: -> needs patch versions: -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue1643712] Emphasize buffering issues when sys.stdin is used

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: -> d...@python keywords: +patch nosy: +d...@python stage: unit test needed -> versions: +Python 2.7, Python 3.1, Python 3.2 -Python 3.0 ___ Python tracker __

[issue1643712] Emphasize buffering issues when sys.stdin is used

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +for line in sys.stdin: doesn't notice EOF the first time stage: -> test needed type: -> feature request versions: +Python 3.0 ___ Python tracker _