This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients berker.peksag, christian.heimes, ezio.melotti, felipecruz, mrshu
Date 2012-10-28.23:57:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351468664.84.0.281396427527.issue15948@psf.upfronthosting.co.za>
In-reply-to
Content
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);
History
Date User Action Args
2012-10-28 23:57:44berker.peksagsetrecipients: + berker.peksag, christian.heimes, ezio.melotti, felipecruz, mrshu
2012-10-28 23:57:44berker.peksagsetmessageid: <1351468664.84.0.281396427527.issue15948@psf.upfronthosting.co.za>
2012-10-28 23:57:44berker.peksaglinkissue15948 messages
2012-10-28 23:57:44berker.peksagcreate