Re: [Python-Dev] [Python-checkins] cpython: Issue #11784: Improve multiprocessing.Process.join() documentation. Patch by
changeset: 71499:8d67fd820627 parent: 71497:4898b14dcd69 user: Charles-François Natali <neologix@free.fr> date: Mon Jul 25 18:35:49 2011 +0200 summary: Issue #11784: Improve multiprocessing.Process.join() documentation. Patch by Patrick Sabin.
files: Doc/library/multiprocessing.rst | 7 +++---- Misc/ACKS | 1 +
There’s a dedicated file to thank doc contributors: Doc/ACKS.rst Regards
There’s a dedicated file to thank doc contributors: Doc/ACKS.rst
I didn't know about this file, thanks. In my "defense", there's this comment at the top of Misc/ACKS: """ This list is not complete and not in any useful order, but I would like to thank everybody who contributed in any way, with code, hints, bug reports, ideas, moral support, endorsement, or even complaints.... Without you, I would've stopped working on Python long ago! --Guido """ What's the rationale for having a dedicated file?
participants (2)
-
Charles-François Natali -
Éric Araujo