[issue1096310] sys.__stdout__ doco isn't discouraging enough

2009-03-31 Thread Georg Brandl
Georg Brandl added the comment: Amended documentation in r70867. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue1096310] sys.__stdout__ doco isn't discouraging enough

2009-02-09 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: -> georg.brandl nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue1096310] sys.__stdout__ doco isn't discouraging enough

2009-02-09 Thread Daniel Diniz
Daniel Diniz added the comment: Current docs seem to explain what __stdout__ is for: """ __stdin__ / __stdout__ / __stderr__ These objects contain the original values of stdin, stderr and stdout at the start of the program. They are used during finalization, and could be useful to restore the a