[New-bugs-announce] [issue8338] Outdated information

David W. Lambert report at bugs.python.org
Wed Apr 7 23:06:02 CEST 2010


New submission from David W. Lambert <b49P23TIvg at stny.rr.com>:

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.

----------
assignee: georg.brandl
components: Documentation
files: multiprocessing_docs.patch
keywords: patch
messages: 102567
nosy: LambertDW, georg.brandl
severity: normal
status: open
title: Outdated information
versions: Python 3.1, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file16807/multiprocessing_docs.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8338>
_______________________________________


More information about the New-bugs-announce mailing list