]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
remove hotshot profiler from Py3k
authorFred Drake <fdrake@acm.org>
Thu, 11 Oct 2007 18:01:43 +0000 (18:01 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 11 Oct 2007 18:01:43 +0000 (18:01 +0000)
commit0e474a801ac6e01a24b900183ef101962148f317
tree18376be3413a5cd6ebf2bf1a8d091022adf0d9aa
parentb62e8a8062ff81f0f5d80b25aa0fb6b2457c721c
remove hotshot profiler from Py3k
13 files changed:
Doc/library/debug.rst
Doc/library/hotshot.rst [deleted file]
Doc/library/profile.rst
Lib/hotshot/__init__.py [deleted file]
Lib/hotshot/log.py [deleted file]
Lib/hotshot/stats.py [deleted file]
Lib/hotshot/stones.py [deleted file]
Lib/test/test_hotshot.py [deleted file]
Makefile.pre.in
Misc/NEWS
Modules/_hotshot.c [deleted file]
Tools/scripts/hotshotmain.py [deleted file]
setup.py