On Sun, Mar 6, 2011 at 7:37 PM, ned.deily <[email protected]> wrote: > http://hg.python.org/devguide/rev/ad3278cfc5f6 > changeset: 376:ad3278cfc5f6 > user: Ned Deily <[email protected]> > 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 | [email protected] | Brisbane, Australia _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
