[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 breamore...@yahoo.co.uk: -- nosy: -BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1643712 ___ ___

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

2010-08-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Please note update to #1633941 -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1643712 ___

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

2010-08-07 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- stage: - needs patch versions: -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1643712 ___

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

2010-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- 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 rep...@bugs.python.org

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

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- 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 rep...@bugs.python.org