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

2011-03-07 Thread Éric Araujo
> 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)

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

2011-03-06 Thread Nick Coghlan
On Sun, Mar 6, 2011 at 7:37 PM, ned.deily wrote: > http://hg.python.org/devguide/rev/ad3278cfc5f6 > changeset:   376:ad3278cfc5f6 > user:        Ned Deily > date:        Sun Mar 06 01:37:13 2011 -0800 > summary: >  More miscellaneous review comments. > > files: >  committing.rst >  communication.