This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author LambertDW
Recipients LambertDW, georg.brandl
Date 2010-04-07.21:06:00
SpamBayes Score 0.19361594
Marked as misclassified No
Message-id <1270674362.74.0.217445647634.issue8338@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/py3k/library/multiprocessing.html

Doc/library/multiprocessing.rst refers to "SimpleHTTPServer.HttpServer".  The patch changes this to "SimpleHTTPRequestHandler" although you may prefer "http.server.SimpleHTTPRequestHandler" or, of course, something entirely different.

Thanks, Dave.
History
Date User Action Args
2010-04-07 21:06:02LambertDWsetrecipients: + LambertDW, georg.brandl
2010-04-07 21:06:02LambertDWsetmessageid: <1270674362.74.0.217445647634.issue8338@psf.upfronthosting.co.za>
2010-04-07 21:06:01LambertDWlinkissue8338 messages
2010-04-07 21:06:01LambertDWcreate