summaryrefslogtreecommitdiffstats
path: root/Doc/libundoc.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-04-30 19:41:48 (GMT)
committerGuido van Rossum <guido@python.org>1997-04-30 19:41:48 (GMT)
commit5bbf0f7c93513eb6d08adb4eb680af54ef82c064 (patch)
tree633e138557e366110290f418116b71d118e70048 /Doc/libundoc.tex
parentdfb4120ea1710ea59979d8e39db7885d78c513a4 (diff)
downloadcpython-5bbf0f7c93513eb6d08adb4eb680af54ef82c064.zip
cpython-5bbf0f7c93513eb6d08adb4eb680af54ef82c064.tar.gz
cpython-5bbf0f7c93513eb6d08adb4eb680af54ef82c064.tar.bz2
Some updates (AMK at work, added resource.c).
Diffstat (limited to 'Doc/libundoc.tex')
-rw-r--r--Doc/libundoc.tex15
1 files changed, 4 insertions, 11 deletions
diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex
index c5addf4..5e9e7b0 100644
--- a/Doc/libundoc.tex
+++ b/Doc/libundoc.tex
@@ -34,19 +34,13 @@ mimify.py -- Mimification and unmimification of mail messages
multifile.py -- make each part of a multipart message ``feel'' like
-base64.py -- Conversions to/from base64 transport encoding
-
mailbox.py -- handle Unix style, MMDF style, and MH style mailboxes
-quopri.py -- Conversions to/from quoted-printable transport encoding
-
\section{Miscellaneous useful utilities}
Some of these are very old and/or not very robust; marked with ``hmm''.
-fnmatch.py -- filename globbing (low level interface)
-
calendar.py -- Calendar printing functions
cmp.py -- Efficiently compare files
@@ -61,7 +55,7 @@ linecache.py -- Cache lines from files (used by pdb)
pipes.py -- Conversion pipeline templates (hmm)
-popen2.py -- improved popen? (read AND write simultaneously) (hmm)
+popen2.py -- improved popen, can read AND write simultaneously
statcache.py -- Maintain a cache of file stats
@@ -72,9 +66,6 @@ status
dbhash.py -- (g)dbm-like wrapper for bsdhash.hashopen
-dumbdbm.py -- A dumb and slow but simple dbm clone (anydbm's last
-resort)
-
mhlib.py -- MH interface
pty.py -- Pseudo terminal utilities
@@ -165,7 +156,7 @@ grep.py -- grep
mutex.py -- Mutual exclusion -- for use with module sched
-packmail.py -- create a self-unpacking \Unix{} shell archive
+packmail.py -- create a self-unpacking \UNIX{} shell archive
poly.py -- Polynomials
@@ -218,6 +209,8 @@ nismodule.c -- NIS (a.k.a. Sun's Yellow Pages) interface.
timingmodule.c -- Measure time intervals to high resolution (obsolete
-- use time.clock() instead).
+resource.c -- Interface to getrusage() and friends.
+
The following are SGI specific:
clmodule.c -- Interface to the SGI compression library.