Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
ee6ef76f
Commit
ee6ef76f
authored
Apr 15, 2004
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
general update of links and cleanup
parent
08ff13b9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
doc/ZConfig/zconfig.tex
doc/ZConfig/zconfig.tex
+8
-9
No files found.
doc/ZConfig/zconfig.tex
View file @
ee6ef76f
...
@@ -74,7 +74,7 @@ whether a value can be given only once or repeatedly.
...
@@ -74,7 +74,7 @@ whether a value can be given only once or repeatedly.
\section
{
Configuration Syntax
\label
{
syntax
}}
\section
{
Configuration Syntax
\label
{
syntax
}}
Like the
\ulink
{
\module
{
ConfigParser
}}
Like the
\ulink
{
\module
{
ConfigParser
}}
{
http://
www.python.org/doc/current
/lib/module-ConfigParser.html
}
{
http://
docs.python.org
/lib/module-ConfigParser.html
}
format, this format supports key-value pairs arranged in sections.
format, this format supports key-value pairs arranged in sections.
Unlike the
\module
{
ConfigParser
}
format, sections are typed and can be
Unlike the
\module
{
ConfigParser
}
format, sections are typed and can be
organized hierarchically.
organized hierarchically.
...
@@ -1044,7 +1044,7 @@ then we can use this as the key type for a derived mapping type:
...
@@ -1044,7 +1044,7 @@ then we can use this as the key type for a derived mapping type:
The
\module
{
ZConfig.components.logger
}
package provides configuration
The
\module
{
ZConfig.components.logger
}
package provides configuration
support for the
\ulink
{
\module
{
logging
}
package
}
support for the
\ulink
{
\module
{
logging
}
package
}
{
http:
//
www.python.org
/
doc
/
current
/
lib
/
module
-
logging.html
}
in
{
http:
//
docs.python.org
/
lib
/
module
-
logging.html
}
in
Python's standard library. This component can be imported using
Python's standard library. This component can be imported using
\begin
{
verbatim
}
\begin
{
verbatim
}
...
@@ -1115,16 +1115,15 @@ The types defined in this component implement the
...
@@ -1115,16 +1115,15 @@ The types defined in this component implement the
\seepep
{
282
}{
A Logging System
}
\seepep
{
282
}{
A Logging System
}
{
The proposal which described the logging feature for
{
The proposal which described the logging feature for
inclusion in the Python standard library.
}
inclusion in the Python standard library.
}
\seelink
{
http:
//
www.python.org
/
doc
/
current
/
lib
/
module
-
logging.html
}
\seelink
{
http:
//
docs.python.org
/
lib
/
module
-
logging.html
}
{
Python's
\module
{
logging
}
package documentation
}
{
\module
{
logging
}
---
Logging facility for Python
}
{}
{
Python's
\module
{
logging
}
package documentation, from the
\citetitle
[
http:
//
docs.python.org
/
lib
/
lib.html
]
{
Python Library Reference
}
.
}
\seelink
{
http:
//
www.red
-
dove.com
/
python
_
logging.html
}
\seelink
{
http:
//
www.red
-
dove.com
/
python
_
logging.html
}
{
Original Python
\module
{
logging
}
package
}
{
Original Python
\module
{
logging
}
package
}
{
This is the original source for the
\module
{
logging
}
{
This is the original source for the
\module
{
logging
}
package. The version of the package available from this
package. This is mostly of historical interest.
}
site is suitable for use with Python
2
.
1
.x and
2
.
2
.x, which
do not include the
\module
{
logging
}
package in the standard
library.
}
\end
{
seealso
}
\end
{
seealso
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment