[New-bugs-announce] [issue27566] Freeze: winmakemakefile.py: clean: Linux instead of Windows command

David D report at bugs.python.org
Mon Jul 18 15:50:39 EDT 2016


New submission from David D:

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`.

----------
components: Demos and Tools, Windows
messages: 270787
nosy: David D, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Freeze: winmakemakefile.py: clean: Linux instead of Windows command
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6

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


More information about the New-bugs-announce mailing list