commit | 9467b212f5dd4558443d03584e1ed9bca5a2b780 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri May 14 00:59:09 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri May 14 00:59:09 2010 +0000 |
tree | eb36850bd6cd4c27b7e56c08984caa1ee85da000 | |
parent | 84df1e6c2194f30505cbeb8591bcc8dc8205ce48 [diff] |
Issue #4653: fix typo in flush_std_files() Don't call sys.stderr.flush() if sys has no stderr attribute or if sys.stderr==None.