Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
af0bfbee
Commit
af0bfbee
authored
Feb 18, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added \label{} for logical addressing.
Logical markup.
parent
1f3ab1cb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
10 deletions
+14
-10
Doc/lib/libpython.tex
Doc/lib/libpython.tex
+3
-2
Doc/lib/libsomeos.tex
Doc/lib/libsomeos.tex
+4
-3
Doc/libpython.tex
Doc/libpython.tex
+3
-2
Doc/libsomeos.tex
Doc/libsomeos.tex
+4
-3
No files found.
Doc/lib/libpython.tex
View file @
af0bfbee
\chapter
{
Python Services
}
\label
{
python
}
The modules described in this chapter provide a wide range of services
related to the Python interpreter and its interaction with its
...
...
@@ -26,7 +27,7 @@ environment. Here's an overview:
--- Convert Python objects to streams of bytes and back.
\item
[copy_reg]
--- Register
\
cod
e
{
pickle
}
support functions.
--- Register
\
modul
e
{
pickle
}
support functions.
\item
[shelve]
--- Python object persistency.
...
...
@@ -39,7 +40,7 @@ environment. Here's an overview:
different constraints).
\item
[imp]
--- Access the implementation of the
\
code
{
import
}
statement.
--- Access the implementation of the
\
keyword
{
import
}
statement.
\item
[ni]
--- New import (obsolete).
...
...
Doc/lib/libsomeos.tex
View file @
af0bfbee
\chapter
{
Optional Operating System Services
}
\label
{
someos
}
The modules described in this chapter provide interfaces to operating
system features that are available on selected operating systems only.
The interfaces are generally modelled after the
\UNIX
{}
or
C
The interfaces are generally modelled after the
\UNIX
{}
or
\C
{}
interfaces but they are available on some other systems as well
(e.g. Windows or NT). Here's an overview:
...
...
@@ -32,7 +33,7 @@ interfaces but they are available on some other systems as well
\item
[zlib]
\item
[gzip]
--- Compression and decompression compatible with the
\
code
{
gzip
}
program (zlib is the low-level interface, gzip the
high-level one).
\
program
{
gzip
}
program (
\module
{
zlib
}
is the low-level interface,
\module
{
gzip
}
the
high-level one).
\end{description}
Doc/libpython.tex
View file @
af0bfbee
\chapter
{
Python Services
}
\label
{
python
}
The modules described in this chapter provide a wide range of services
related to the Python interpreter and its interaction with its
...
...
@@ -26,7 +27,7 @@ environment. Here's an overview:
--- Convert Python objects to streams of bytes and back.
\item
[copy_reg]
--- Register
\
cod
e
{
pickle
}
support functions.
--- Register
\
modul
e
{
pickle
}
support functions.
\item
[shelve]
--- Python object persistency.
...
...
@@ -39,7 +40,7 @@ environment. Here's an overview:
different constraints).
\item
[imp]
--- Access the implementation of the
\
code
{
import
}
statement.
--- Access the implementation of the
\
keyword
{
import
}
statement.
\item
[ni]
--- New import (obsolete).
...
...
Doc/libsomeos.tex
View file @
af0bfbee
\chapter
{
Optional Operating System Services
}
\label
{
someos
}
The modules described in this chapter provide interfaces to operating
system features that are available on selected operating systems only.
The interfaces are generally modelled after the
\UNIX
{}
or
C
The interfaces are generally modelled after the
\UNIX
{}
or
\C
{}
interfaces but they are available on some other systems as well
(e.g. Windows or NT). Here's an overview:
...
...
@@ -32,7 +33,7 @@ interfaces but they are available on some other systems as well
\item
[zlib]
\item
[gzip]
--- Compression and decompression compatible with the
\
code
{
gzip
}
program (zlib is the low-level interface, gzip the
high-level one).
\
program
{
gzip
}
program (
\module
{
zlib
}
is the low-level interface,
\module
{
gzip
}
the
high-level one).
\end{description}
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