[New-bugs-announce] [issue16459] sys.stdout.write printing length of string
Firat Ozgul
report at bugs.python.org
Mon Nov 12 07:51:28 CET 2012
New submission from Firat Ozgul:
On Python 3.3 under Windows and GNU/Linux, sys.stdout.write prints the length of string along with the string itself:
>>> sys.stdout.write("a_string")
a_string8
Note the '8' at the end of 'a_string'.
Is it expected behavior?
----------
components: None
messages: 175419
nosy: firatozgul
priority: normal
severity: normal
status: open
title: sys.stdout.write printing length of string
versions: Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16459>
_______________________________________
More information about the New-bugs-announce
mailing list