]> granicus.if.org Git - python/commit
Issue #4947: The write() method of sys.stdout and sys.stderr uses their
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 8 Sep 2010 10:51:01 +0000 (10:51 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 8 Sep 2010 10:51:01 +0000 (10:51 +0000)
commitcaafd770606aaae96a7d6ed3a128d054758939f9
tree5373b086928f6b95790125332ab640c2e2a5c634
parent7738e4b758301a944dde31968d2befaca949ad65
Issue #4947: The write() method of sys.stdout and sys.stderr uses their
encoding and errors attributes instead of using utf-8 in strict mode, to get
the same behaviour than the print statement.
Lib/test/test_file2k.py
Misc/NEWS
Objects/fileobject.c