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

Nick Coghlan ncoghlan at gmail.com
Sun Mar 6 12:58:24 CET 2011


On Sun, Mar 6, 2011 at 7:37 PM, ned.deily <python-checkins at python.org> wrote:
> http://hg.python.org/devguide/rev/ad3278cfc5f6
> changeset:   376:ad3278cfc5f6
> user:        Ned Deily <nad at acm.org>
> date:        Sun Mar 06 01:37:13 2011 -0800
> summary:
>  More miscellaneous review comments.
>
> files:
>  committing.rst
>  communication.rst
>  coredev.rst
>  faq.rst
>  stdlibchanges.rst
>
> diff --git a/committing.rst b/committing.rst
> --- a/committing.rst
> +++ b/committing.rst
> @@ -3,6 +3,9 @@
>  Committing and Pushing Changes
>  ==============================
>
> +.. TODO: include a checklist of items to be included in a commit?
> +   e.g updated Misc/NEWS entry, tests, doc

For non-Windows, get people to run "make patchcheck". Windows devs
will need a manual checklist, though.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list