[issue8025] TypeError: string argument expected, got 'str'

Amaury Forgeot d'Arc report at bugs.python.org
Fri Feb 26 17:37:17 CET 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

> TypeError: can't write str to text stream
>
> Is it better?

There is the same ambiguity in http://docs.python.org/library/io.html
"text" is not defined. And "string" is often used incorrectly.

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list