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

Amaury Forgeot d'Arc report at bugs.python.org
Tue Oct 7 15:13:51 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

The patch is good, and consistent with all usages of fprintf(stderr) in
pythonrun.c, for example.

Please also add \n to
    fprintf(stderr, "out of memory");
in both python.c and frozenmain.c

----------
nosy: +amaury.forgeotdarc
resolution:  -> accepted

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


More information about the Python-bugs-list mailing list