Commit cda6d08a authored by Fred Drake's avatar Fred Drake

Remove reference to a convenience function in the ZConfig package

since that function is no longer available, and was removed from the
documented API a while ago.
parent f6b32524
...@@ -848,10 +848,8 @@ This module provides these functions: ...@@ -848,10 +848,8 @@ This module provides these functions:
The \module{ZConfig} package uses the idea of an \dfn{application The \module{ZConfig} package uses the idea of an \dfn{application
context} to consolidate the connections between the different context} to consolidate the connections between the different
components of the package. Most applications should not need to worry components of the package. Most applications should be able to use
about the application context at all; the \function{loadURL()} function the context implementation provided in this module.
in the \module{ZConfig} module uses the default context implementation
to glue everything together.
For applications that need to change the way their configuration data For applications that need to change the way their configuration data
is handled, the best way to do it is to provide an alternate is handled, the best way to do it is to provide an alternate
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment