[issue18757] Fix internal references for concurrent modules

2013-08-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for the review Ezio. -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker _

[issue18757] Fix internal references for concurrent modules

2013-08-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6575074aae1c by Serhiy Storchaka in branch '3.3': Issue #18757: Improved cross-references in the concurrent package. http://hg.python.org/cpython/rev/6575074aae1c New changeset 383d85249997 by Serhiy Storchaka in branch 'default': Issue #18757: Impr

[issue18757] Fix internal references for concurrent modules

2013-08-23 Thread Ezio Melotti
Ezio Melotti added the comment: LGTM. -- stage: patch review -> commit review ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue18757] Fix internal references for concurrent modules

2013-08-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is updated patch. Thank Ezio for found errors. -- Added file: http://bugs.python.org/file31328/refs.concurrect.diff ___ Python tracker __

[issue18757] Fix internal references for concurrent modules

2013-08-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Sorry. It is here. -- keywords: +patch Added file: http://bugs.python.org/file31322/refs.concurrect.diff ___ Python tracker ___ __

[issue18757] Fix internal references for concurrent modules

2013-08-16 Thread Ezio Melotti
Ezio Melotti added the comment: Serhiy, seems you forgot to attach a patch. -- nosy: +ezio.melotti type: -> enhancement ___ Python tracker ___ __

[issue18757] Fix internal references for concurrent modules

2013-08-16 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Here is a patch which fixes internal references in the documentation of concurrent modules: threading, multiprocessing, concurrent.futures, subprocess, queue, and select. -- assignee: docs@python components: Documentation messages: 195378 nosy: bqu