Message174089
| 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); |
|