[issue25982] multiprocessing docs for Namespace lacks class definition

2016-01-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8d7aadd40d30 by Senthil Kumaran in branch '2.7': issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs. https://hg.python.org/cpython/rev/8d7aadd40d30 -- ___ Python track

[issue25982] multiprocessing docs for Namespace lacks class definition

2016-01-20 Thread Senthil Kumaran
Senthil Kumaran added the comment: Thanks for the report. Fixed. -- assignee: davin -> orsenthil nosy: +orsenthil resolution: -> fixed stage: needs patch -> resolved status: open -> closed type: enhancement -> behavior versions: -Python 3.4 ___ Pyth

[issue25982] multiprocessing docs for Namespace lacks class definition

2016-01-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 32ee5d197500 by Senthil Kumaran in branch '3.5': issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs. https://hg.python.org/cpython/rev/32ee5d197500 New changeset f97da0952a2e by Senthil Kumaran in branch 'default

[issue25982] multiprocessing docs for Namespace lacks class definition

2016-01-17 Thread SilentGhost
Changes by SilentGhost : -- components: +Documentation ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue25982] multiprocessing docs for Namespace lacks class definition

2015-12-30 Thread Davin Potts
New submission from Davin Potts: In the docs, references to :class:`Namespace` can not be matched by Sphinx to any class definition because there isn't one in the doc. It should be placed in the "Namespace objects" subsection and the initial descriptive para moved inside to describe it. This