Berker Peksag added the comment:

There is a typo in the command: s/fwite/fwrite/.

./Objects/object.c:                fwrite(PyBytes_AS_STRING(s), 1,
./Objects/object.c:                    fwrite(PyBytes_AS_STRING(t), 1,
./PC/bdist_wininst/install.c:        fwrite(arc_data, exe_size, 1, fp);
./Python/marshal.c:        fwrite(s, 1, n, p->fp);

----------
nosy: +berker.peksag

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15948>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to