[issue13686] Some notes on the docs of multiprocessing

2012-07-13 Thread Eli Bendersky
Eli Bendersky added the comment: Done (except 5 and 6, which are non-issues on a second look) -- status: open -> closed versions: +Python 3.3 -Python 2.7 ___ Python tracker ___

[issue13686] Some notes on the docs of multiprocessing

2012-07-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1110692aac71 by Eli Bendersky in branch 'default': Additional fixes to multiprocessing docs (for issue #13686) http://hg.python.org/cpython/rev/1110692aac71 -- ___ Python tracker

[issue13686] Some notes on the docs of multiprocessing

2012-07-12 Thread Eli Bendersky
Eli Bendersky added the comment: Switching this to 3.3 only Fixes for 1-3 committed in caea3c64442b -- ___ Python tracker ___ ___ Py

[issue13686] Some notes on the docs of multiprocessing

2012-07-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset caea3c64442b by Eli Bendersky in branch 'default': Some fixes for the documentation of multiprocessing (per issue #13686) http://hg.python.org/cpython/rev/caea3c64442b -- nosy: +python-dev ___ Python tra

[issue13686] Some notes on the docs of multiprocessing

2012-01-24 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue13686] Some notes on the docs of multiprocessing

2012-01-06 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +jnoller ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue13686] Some notes on the docs of multiprocessing

2011-12-30 Thread Eli Bendersky
Eli Bendersky added the comment: 10. Unless I'm missing something entirely obvious, except in the examples it says that Value has a "value" attribute for actual data access. One is expected to look in the docs of ctypes to find that? -- ___ Python

[issue13686] Some notes on the docs of multiprocessing

2011-12-30 Thread Eli Bendersky
New submission from Eli Bendersky : I've decided to study the multiprocessing module a bit, and carefully went over the docs (for 2.7). Some small fixes I will commit myself, but a few issues came up on which I'd like some opinion from others. In rough order of appearance in the doc: 1. In th