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
4ae52694
Commit
4ae52694
authored
Apr 19, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to reflect additions.
parent
32c562bd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
Doc/Makefile.deps
Doc/Makefile.deps
+2
-0
Doc/lib/lib.tex
Doc/lib/lib.tex
+2
-0
Doc/lib/libundoc.tex
Doc/lib/libundoc.tex
+0
-7
No files found.
Doc/Makefile.deps
View file @
4ae52694
...
...
@@ -124,6 +124,7 @@ LIBFILES= ../lib/lib.tex \
../lib/libglob.tex
\
../lib/libuser.tex
\
../lib/libanydbm.tex
\
../lib/libbsddb.tex
\
../lib/libdbhash.tex
\
../lib/librandom.tex
\
../lib/libsite.tex
\
...
...
@@ -179,6 +180,7 @@ LIBFILES= ../lib/lib.tex \
../lib/libtokenize.tex
\
../lib/libmhlib.tex
\
../lib/libtelnetlib.tex
\
../lib/libcolorsys.tex
\
../lib/libcfgparser.tex
# LaTeX source files for Macintosh Library Modules.
...
...
Doc/lib/lib.tex
View file @
4ae52694
...
...
@@ -145,6 +145,7 @@ add new extensions to Python and how to embed it in other applications.
\input
{
libanydbm
}
\input
{
libdbhash
}
\input
{
libwhichdb
}
\input
{
libbsddb
}
\input
{
libzlib
}
\input
{
libgzip
}
...
...
@@ -213,6 +214,7 @@ add new extensions to Python and how to embed it in other applications.
\input
{
libaudioop
}
\input
{
libimageop
}
\input
{
libaifc
}
\input
{
libcolorsys
}
\input
{
librgbimg
}
\input
{
libimghdr
}
\input
{
libsndhdr
}
...
...
Doc/lib/libundoc.tex
View file @
4ae52694
...
...
@@ -62,9 +62,6 @@ Some of these are very old and/or not very robust; marked with ``hmm''.
\item
[statcache.py]
--- Maintain a cache of file stats
\item
[colorsys.py]
--- Conversion between RGB and other color systems
\item
[mhlib.py]
--- MH interface
...
...
@@ -228,10 +225,6 @@ key. (This is an extension module.)
\section
{
Extension modules
}
\begin{description}
\item
[bsddbmodule.c]
--- Interface to the Berkeley DB interface (yet another
dbm clone). See
\refmodule
{
dbhash
}
for a DBM-style interface.
\item
[cursesmodule.c]
--- Curses interface.
...
...
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