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.

classification
Title: Outdated information
Type: Stage:
Components: Documentation Versions: Python 3.1, Python 3.2, Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: LambertDW, georg.brandl
Priority: normal Keywords: patch

Created on 2010-04-07 21:06 by LambertDW, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
multiprocessing_docs.patch LambertDW, 2010-04-07 21:06 suggested replacement
Messages (2)
msg102567 - (view) Author: David W. Lambert (LambertDW) Date: 2010-04-07 21:06
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.
msg109856 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-07-10 11:51
Thanks, fixed in r82762.
History
Date User Action Args
2022-04-11 14:56:59adminsetgithub: 52585
2010-07-10 11:51:11georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg109856
2010-04-07 21:06:01LambertDWcreate