[issue38740] Line count mismatch between open() vs sys.stdin api calls

2019-11-09 Thread Eric V. Smith
Change by Eric V. Smith : -- resolution: -> not a bug ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38740] Line count mismatch between open() vs sys.stdin api calls

2019-11-08 Thread Thamme Gowda
Change by Thamme Gowda : -- stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue38740] Line count mismatch between open() vs sys.stdin api calls

2019-11-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: Should this be closed as 'not a bug'? -- nosy: +terry.reedy title: Line count mis match between open() vs sys.stdin api calls -> Line count mismatch between open() vs sys.stdin api calls ___ Python tracker