]> granicus.if.org Git - python/commit
Issue #25182: The stdprinter (used as sys.stderr before the io module is
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 30 Sep 2015 12:51:01 +0000 (15:51 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 30 Sep 2015 12:51:01 +0000 (15:51 +0300)
commit85c386dee4dc9ca0508553f2d64bf4d10086e558
tree3fa061f885307fcdab6a4e496ea53a1638d4cde9
parent9a14214aee22512f833a8d5cf8627ca45627d330
parent008fc77e1e443e799be19aebb697b7daf335a0c7
Issue #25182: The stdprinter (used as sys.stderr before the io module is
imported at startup) now uses the backslashreplace error handler.
Misc/NEWS