[New-bugs-announce] [issue18350] Python 3 unittest framework broken?

Boštjan Mejak report at bugs.python.org
Wed Jul 3 12:29:43 CEST 2013


New submission from Boštjan Mejak:

I fired up the test suite runtests.py of wxPython Phoenix and I get this:

File "C:\Program Files\Python 3.3.2\lib\unittest\runner.py", line 63, in addSuccess
    self.stream.write('.')
TypeError: 'str' does not support the buffer interface

Can you confirm whether this is a bug in the unittest framework on the Python side or in the wxPython Phoenix source code side?

----------
components: Tests
messages: 192226
nosy: bostjan.mejak
priority: normal
severity: normal
status: open
title: Python 3 unittest framework broken?
type: crash
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18350>
_______________________________________


More information about the New-bugs-announce mailing list