[issue4004] missing newline in "Could not convert argument %s to string" error message

STINNER Victor report at bugs.python.org
Wed Oct 1 00:38:36 CEST 2008


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

Example:

$ ./python $(echo -e "\xff"); ./python $(echo -e "\xff"); echo "--"
Could not convert argument 1 to stringCould not convert argument 1 to 
string--

----------
files: argv_error_newline.patch
keywords: patch
messages: 74102
nosy: haypo
severity: normal
status: open
title: missing newline in "Could not convert argument %s to string" error message
type: behavior
versions: Python 3.0
Added file: http://bugs.python.org/file11668/argv_error_newline.patch

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


More information about the Python-bugs-list mailing list