Issue 8338: Outdated information - Python tracker (original) (raw)

Issue8338

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:59 admin set github: 52585
2010-07-10 11:51:11 georg.brandl set status: open -> closedresolution: fixedmessages: +
2010-04-07 21:06:01 LambertDW create