]> granicus.if.org Git - python/commit
Actually, the previous batch's comment should have been different;
authorGuido van Rossum <guido@python.org>
Fri, 4 Feb 2000 15:39:30 +0000 (15:39 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 4 Feb 2000 15:39:30 +0000 (15:39 +0000)
commit4b8c6eaf8b287a27e0054cf6c751448b2077e83b
treedfe117765389bf4415832ca888f0117f1feba0f3
parente7b146fb3bdca62a0d5ecc06dbf3348e5a4fe757
Actually, the previous batch's comment should have been different;
*this* set of patches is Ka-Ping's final sweep:

The attached patches update the standard library so that all modules
have docstrings beginning with one-line summaries.

A new docstring was added to formatter.  The docstring for os.py
was updated to mention nt, os2, ce in addition to posix, dos, mac.
20 files changed:
Lib/asynchat.py
Lib/asyncore.py
Lib/binhex.py
Lib/copy.py
Lib/dircache.py
Lib/dospath.py
Lib/formatter.py
Lib/ftplib.py
Lib/getopt.py
Lib/gzip.py
Lib/locale.py
Lib/macurl2path.py
Lib/mimify.py
Lib/os.py
Lib/pdb.py
Lib/pyclbr.py
Lib/sched.py
Lib/smtplib.py
Lib/statcache.py
Lib/xmllib.py