commit | adcf8a05a44a9053cb40d0cbc21b7c9c2559cf5f | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Wed Mar 14 20:01:19 2001 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Wed Mar 14 20:01:19 2001 +0000 |
tree | 00664f62a7be422ddd61bb16ea37905a98a03c84 | |
parent | 538453e1554166053786d35329edd0000d24f10d [diff] |
Add doc string for run from profile.doc. (pydoc motivates me to write good doc strings.) Fix silly argument handling; was using *args but really wanted 1 optional arg. XXX Should profile.doc be merged into the documentation and removed from the Lib directory?