]> granicus.if.org Git - python/commit
Mass patch by Ka-Ping Yee:
authorGuido van Rossum <guido@python.org>
Wed, 2 Feb 2000 15:10:15 +0000 (15:10 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 2 Feb 2000 15:10:15 +0000 (15:10 +0000)
commit4acc25bd392216c4f867a10ca8081e7c8a739676
treedb4976fa172404339b31aa7485a5316634e4c699
parent113e70efa2b932a3ad2662875114133a1edb600c
Mass patch by Ka-Ping Yee:

    1. Comments at the beginning of the module, before
       functions, and before classes have been turned
       into docstrings.

    2. Tabs are normalized to four spaces.

Also, removed the "remove" function from dircmp.py, which reimplements
list.remove() (it must have been very old).
18 files changed:
Lib/Queue.py
Lib/StringIO.py
Lib/UserDict.py
Lib/UserList.py
Lib/aifc.py
Lib/audiodev.py
Lib/base64.py
Lib/bdb.py
Lib/binhex.py
Lib/bisect.py
Lib/calendar.py
Lib/cmd.py
Lib/cmp.py
Lib/cmpcache.py
Lib/copy_reg.py
Lib/dircache.py
Lib/dircmp.py
Lib/fpformat.py