[issue17910] Usage error in multiprocessing documentation

2013-05-05 Thread Andriy Mysyk
Andriy Mysyk added the comment: I found the use of "as far" (as opposed to "as much") but Richard has a good point. Let's close the issue. -- resolution: -> works for me status: open -> closed ___ Python tracker

[issue17910] Usage error in multiprocessing documentation

2013-05-05 Thread Richard Oudkerk
Richard Oudkerk added the comment: I don't see any difference in meaning: http://idioms.thefreedictionary.com/as+far+as+possible -- nosy: +sbt ___ Python tracker ___ ___

[issue17910] Usage error in multiprocessing documentation

2013-05-05 Thread Andriy Mysyk
Andriy Mysyk added the comment: patch attached -- keywords: +patch Added file: http://bugs.python.org/file30142/issue17910.patch ___ Python tracker ___ __

[issue17910] Usage error in multiprocessing documentation

2013-05-05 Thread Andriy Mysyk
New submission from Andriy Mysyk: "As mentioned above, when doing concurrent programming it is usually best to avoid using shared state as far as possible" should say "as much as possible" in multiprocessing.rst. -- assignee: docs@python components: Documentation messages: 188461 nosy: