New submission from STINNER Victor <[EMAIL PROTECTED]>: 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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue4004> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com