[Python-Dev] [Python-checkins] devguide: More miscellaneous review comments.

Éric Araujo merwok at netwok.org
Mon Mar 7 15:36:38 CET 2011


> For non-Windows, get people to run "make patchcheck".
The non-non-Windows equivalent should be something like “./python.exe
Tools/scripts/patchcheck.py” (I don’t remember if the leading ./ is
required).

FTR, what the make target is a bit more complicated:
“$(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/patchcheck.py”

Cheers


More information about the Python-Dev mailing list