[issue27125] Typo in Python 2 multiprocessing documentation

2016-05-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I'm impressed by the number of duplicates left after all past cleanups. -- ___ Python tracker ___

[issue27125] Typo in Python 2 multiprocessing documentation

2016-05-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 824d32436198 by Martin Panter in branch '2.7': Issue #27125: Remove duplicated words from documentation and comments https://hg.python.org/cpython/rev/824d32436198 New changeset fd0ac7ba091e by Martin Panter in branch '3.5': Issue #27125: Remove dup

[issue27125] Typo in Python 2 multiprocessing documentation

2016-05-29 Thread Martin Panter
Martin Panter added the comment: Indeed it is duplicated! I must have read this in my head many times before pushing it, and never picked it up. -- ___ Python tracker ___ __

[issue27125] Typo in Python 2 multiprocessing documentation

2016-05-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Lib/tkinter/tix.py: -and a label into one mega widget. It can beused be used to simplify +and a label into one mega widget. It can be used be used to simplify Isn't "be used" duplicated? -- nosy: +serhiy.storchaka ___

[issue27125] Typo in Python 2 multiprocessing documentation

2016-05-29 Thread Martin Panter
Martin Panter added the comment: Thanks for the report Phoenix -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue27125] Typo in Python 2 multiprocessing documentation

2016-05-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset c817d1b5b937 by Martin Panter in branch '2.7': Issue #27125: Fix various errors like “will [be] inherited” https://hg.python.org/cpython/rev/c817d1b5b937 New changeset f7c85accbde9 by Martin Panter in branch '3.5': Issue #27125: Fix various errors l

[issue27125] Typo in Python 2 multiprocessing documentation

2016-05-25 Thread Martin Panter
Martin Panter added the comment: Python 2 patch, including the do → no fix -- Added file: http://bugs.python.org/file43008/will-be.py2.patch ___ Python tracker ___ __

[issue27125] Typo in Python 2 multiprocessing documentation

2016-05-25 Thread Martin Panter
Martin Panter added the comment: The “do authentication” error is already fixed in Python 3, but the other error also exists in Python 3. This patch also fixes related errors in Python 3 that I found. -- keywords: +patch nosy: +martin.panter stage: -> patch review versions: +Python 3.

[issue27125] Typo in Python 2 multiprocessing documentation

2016-05-25 Thread Phoenix
Phoenix added the comment: Later in the same paragraph: "This value will automatically inherited by" s/b (emphasis added) "This value will **be** automatically inherited by" Or, if you prefer your infinitives unsplit: "This value will be inherited automatically by" -- _

[issue27125] Typo in Python 2 multiprocessing documentation

2016-05-25 Thread Phoenix
New submission from Phoenix: At https://docs.python.org/2/library/multiprocessing.html#authentication-keys there is a typo in the documentation: "If authentication is requested but do authentication key is specified ..." s/b (emphasis added) "If authentication is requested but **no** authenti