[New-bugs-announce] [issue32656] writing to stdout prints extraneous size character

David Albert Torpey report at bugs.python.org
Wed Jan 24 15:54:41 EST 2018


New submission from David Albert Torpey <dtorp at users.sourceforge.net>:

$ python3.5
Python 3.5.3 (v3.5.3:1880cb95a742, Jan 16 2017, 08:49:46)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.stdout.write('python')
python6

----------
messages: 310631
nosy: dtorp
priority: normal
severity: normal
status: open
title: writing to stdout prints extraneous size character
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32656>
_______________________________________


More information about the New-bugs-announce mailing list