(original) (raw)
changeset: 83418:61a17d9e58e2 parent: 83416:2add6c86f38e parent: 83417:72b650a99b36 user: Ezio Melotti ezio.melotti@gmail.com date: Wed Apr 17 07:34:31 2013 +0300 description: #17771: merge with 3.3. diff -r 2add6c86f38e -r 61a17d9e58e2 Doc/library/concurrency.rst --- a/Doc/library/concurrency.rst Wed Apr 17 04:36:45 2013 +0300 +++ b/Doc/library/concurrency.rst Wed Apr 17 07:34:31 2013 +0300 @@ -8,7 +8,7 @@ execution of code. The appropriate choice of tool will depend on the task to be executed (CPU bound vs IO bound) and preferred style of development (event driven cooperative multitasking vs preemptive -multitasking) Here's an overview: +multitasking). Here's an overview: .. toctree:: /ezio.melotti@gmail.com