| commit | 4acc25bd392216c4f867a10ca8081e7c8a739676 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Wed Feb 02 15:10:15 2000 +0000 |
| committer | Guido van Rossum <guido@python.org> | Wed Feb 02 15:10:15 2000 +0000 |
| tree | db4976fa172404339b31aa7485a5316634e4c699 | |
| parent | 113e70efa2b932a3ad2662875114133a1edb600c [diff] |
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).