[New-bugs-announce] [issue1986] io.StringIO allows any parameter

Georg Brandl report at bugs.python.org
Fri Feb 1 12:18:48 CET 2008


New submission from Georg Brandl:

>>> x = io.StringIO(1)
>>> x.read()
'1'

----------
components: Extension Modules
messages: 61957
nosy: georg.brandl
priority: high
severity: normal
status: open
title: io.StringIO allows any parameter
type: behavior
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1986>
__________________________________


More information about the New-bugs-announce mailing list