]> granicus.if.org Git - python/commit
Merged revisions 80694,80703 via svnmerge from
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 3 May 2010 08:35:56 +0000 (08:35 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 3 May 2010 08:35:56 +0000 (08:35 +0000)
commite7bb78139606d85bcf139dd108355de2d19d8756
treee664cd4f9106d613daba69a9ddc64f50b80bb266
parent336e54f4c73299e0d716842f0accce2f5560304b
Merged revisions 80694,80703 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r80694 | victor.stinner | 2010-05-02 11:37:08 +0200 (dim., 02 mai 2010) | 3 lines

  Issue #8533: Write tracebacks and failed tests to sys.stderr instead of
  sys.stdout to avoid UnicodeEncodeError (use backslashreplace error handler)
........
  r80703 | victor.stinner | 2010-05-02 19:24:51 +0200 (dim., 02 mai 2010) | 4 lines

  Issue #8533: revert r80694; try a different fix: regrtest uses backslashreplace
  error handler for stdout to avoid UnicodeEncodeError (write non-ASCII character
  to stdout using ASCII encoding)
........
Lib/test/regrtest.py
Misc/NEWS