Issue 8724: bind_and_activate parameter is missed from directive (original) (raw)

Issue8724

Created on 2010-05-15 12:22 by methane, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg105803 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2010-05-15 12:22
http://docs.python.org/dev/library/simplexmlrpcserver.html#SimpleXMLRPCServer.SimpleXMLRPCServer bind_and_activate parameter is described but not defined in directive.
msg106265 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-05-21 20:58
Thanks, fixed in r81419.
History
Date User Action Args
2022-04-11 14:57:01 admin set github: 52970
2010-05-21 20:58:54 georg.brandl set status: open -> closednosy: + georg.brandlmessages: + resolution: fixed
2010-05-15 12:22:46 methane set assignee: docs@pythonnosy: + docs@pythoncomponents: + Documentationversions: + Python 2.6, Python 2.7
2010-05-15 12:22:04 methane create