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
fc4d32c6
Commit
fc4d32c6
authored
Apr 13, 2004
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delayed documentation checkin:
note the different default hostname for an inet-address on Windows and Unix
parent
1baf150c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
doc/ZConfig/zconfig.tex
doc/ZConfig/zconfig.tex
+5
-3
No files found.
doc/ZConfig/zconfig.tex
View file @
fc4d32c6
...
@@ -833,9 +833,11 @@ The following data types are provided by the default type registry.
...
@@ -833,9 +833,11 @@ The following data types are provided by the default type registry.
\term
{
\datatype
{
inet
-
address
}}
\term
{
\datatype
{
inet
-
address
}}
An Internet address expressed as a
\code
{
(
\var
{
hostname
}
,
An Internet address expressed as a
\code
{
(
\var
{
hostname
}
,
\var
{
port
}
)
}
pair. If only the port is specified, an empty string
\var
{
port
}
)
}
pair. If only the port is specified, the default host
will be returned for
\var
{
hostname
}
. If the port is omitted,
will be returned for
\var
{
hostname
}
. The default host is
\code
{
None
}
will be returned for
\var
{
port
}
.
\code
{
localhost
}
on Windows and the empty string on all other
platforms. If the port is omitted,
\code
{
None
}
will be returned for
\var
{
port
}
.
\term
{
\datatype
{
integer
}}
\term
{
\datatype
{
integer
}}
Convert a value to an integer. This will be a Python
\class
{
int
}
if
Convert a value to an integer. This will be a Python
\class
{
int
}
if
...
...
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