Message28436
| Author |
oripel |
| Recipients |
| Date |
2006年05月06日.12:54:44 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
The docs for module 'profile' refer to 'profile.Stats',
which look like:
def Stats(*args):
print 'Report generating functions are in the
"pstats" module\a'
This is true in older Python versions, as well as 2.5a2:
http://docs.python.org/dev/lib/module-profile.html
Suggestion: have the documentation point to
pstats.Stats instead, and possibly remove the
placeholder 'Stats' in module profile, or have it raise
an exception instead of printing an error.
|
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 14:39:50 | admin | link | issue1482988 messages |
| 2007年08月23日 14:39:50 | admin | create |
|