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: bind_and_activate parameter is missed from directive
Type: Stage:
Components: Documentation Versions: Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, georg.brandl, methane
Priority: normal Keywords:

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:01adminsetgithub: 52970
2010-05-21 20:58:54georg.brandlsetstatus: open -> closed

nosy: + georg.brandl
messages: + msg106265

resolution: fixed
2010-05-15 12:22:46methanesetassignee: docs@python

nosy: + docs@python
components: + Documentation
versions: + Python 2.6, Python 2.7
2010-05-15 12:22:04methanecreate