[New-bugs-announce] [issue8025] TypeError: string argument expected, got 'str'

Florent Xicluna report at bugs.python.org
Fri Feb 26 17:11:56 CET 2010


New submission from Florent Xicluna <florent.xicluna at gmail.com>:

>>> import io; fake = io.StringIO(); fake.write('boo')

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: string argument expected, got 'str'

----------
components: Library (Lib)
messages: 100156
nosy: flox, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: TypeError: string argument expected, got 'str'
type: behavior
versions: Python 2.7

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


More information about the New-bugs-announce mailing list