]> granicus.if.org Git - python/commit
Add doc string for run from profile.doc. (pydoc motivates me to write
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 14 Mar 2001 20:01:19 +0000 (20:01 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 14 Mar 2001 20:01:19 +0000 (20:01 +0000)
commitadcf8a05a44a9053cb40d0cbc21b7c9c2559cf5f
tree00664f62a7be422ddd61bb16ea37905a98a03c84
parent538453e1554166053786d35329edd0000d24f10d
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?
Lib/profile.py