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 David D
Recipients David D, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-07-18.19:50:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468871439.96.0.540268707664.issue27566@psf.upfronthosting.co.za>
In-reply-to
Content
The command for the clean target in the Windows makefile is the same as the one in the Linux one: using `rm -f`.

Should be changed to `del /f` or `erase /f`.
History
Date User Action Args
2016-07-18 19:50:40David Dsetrecipients: + David D, paul.moore, tim.golden, zach.ware, steve.dower
2016-07-18 19:50:39David Dsetmessageid: <1468871439.96.0.540268707664.issue27566@psf.upfronthosting.co.za>
2016-07-18 19:50:39David Dlinkissue27566 messages
2016-07-18 19:50:39David Dcreate