[New-bugs-announce] [issue30431] input function truncates prompt by NULL byte

Костя Чолак report at bugs.python.org
Mon May 22 11:09:04 EDT 2017


New submission from Костя Чолак:

input('some\x00 text')
will prompt for `some` instead of `some text`

----------
components: IO
messages: 294153
nosy: Костя Чолак
priority: normal
severity: normal
status: open
title: input function truncates prompt by NULL byte
type: behavior
versions: Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6, Python 3.7

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


More information about the New-bugs-announce mailing list