On Sun, 9 Sep 2012 19:28:07 +0200 (CEST) alexander.belopolsky <python-check...@python.org> wrote: > http://hg.python.org/cpython/rev/27d410dd5431 > changeset: 78922:27d410dd5431 > branch: 3.2 > parent: 78895:adc5e6aca251 > user: Alexander Belopolsky <alexander.belopol...@gmail.com> > date: Sun Sep 09 13:16:15 2012 -0400 > summary: > Issue #15881: Fixed atexit hook in multiprocessing. > > files: > Doc/ACKS.txt | 1 + > Lib/multiprocessing/util.py | 50 ++++++++++++++++++------- > 2 files changed, 37 insertions(+), 14 deletions(-) > > > diff --git a/Doc/ACKS.txt b/Doc/ACKS.txt > --- a/Doc/ACKS.txt > +++ b/Doc/ACKS.txt > @@ -236,3 +236,4 @@ > * Moshe Zadka > * Milan Zamazal > * Cheng Zhang > + * Chris McDonough
You really want to credit code contributions in Misc/ACKS, not Doc/ACKS.txt. Furthermore, the entries should probably be inserted in (rough) alphabetical order. Regards Antoine. -- Software development and contracting: http://pro.pitrou.net _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com