New submission from Florent Xicluna <florent.xicl...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8025>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to