]> granicus.if.org Git - python/commit
The third and final doc-string sweep by Ka-Ping Yee.
authorGuido van Rossum <guido@python.org>
Fri, 4 Feb 2000 15:28:42 +0000 (15:28 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 4 Feb 2000 15:28:42 +0000 (15:28 +0000)
commite7b146fb3bdca62a0d5ecc06dbf3348e5a4fe757
treee1dda862f680cf4a1169220af2ecbca3322caf4d
parent54f22ed30bab2e64909ba2d79205cb4b87c69db2
The third and final doc-string sweep by Ka-Ping Yee.

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.
29 files changed:
Lib/quopri.py
Lib/random.py
Lib/regex_syntax.py
Lib/regsub.py
Lib/repr.py
Lib/sgmllib.py
Lib/shlex.py
Lib/shutil.py
Lib/stat.py
Lib/statcache.py
Lib/statvfs.py
Lib/string.py
Lib/sunau.py
Lib/sunaudio.py
Lib/symbol.py
Lib/tempfile.py
Lib/threading.py
Lib/toaiff.py
Lib/token.py
Lib/traceback.py
Lib/tty.py
Lib/types.py
Lib/tzparse.py
Lib/urllib.py
Lib/urllib2.py
Lib/urlparse.py
Lib/uu.py
Lib/wave.py
Lib/whrandom.py