]> granicus.if.org Git - python/commit
Update to reflect changes to the low-level logreader: share the info
authorFred Drake <fdrake@acm.org>
Mon, 29 Oct 2001 20:57:23 +0000 (20:57 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 29 Oct 2001 20:57:23 +0000 (20:57 +0000)
commit8e26b52a5c97135cfbedb3e046a01d4bbc49cb3a
tree00ebca093e5de9eb6b9feeba32bc4ff5b66bb9eb
parentf3c54d6fc7b59cbb28c0a74171cd18ae453461bb
Update to reflect changes to the low-level logreader:  share the info
dictionary instead of building a new one, and provide an overridable method
to allow subclasses to catch ADD_INFO records that are not part of the
initial block of ADD_INFO records created by the profiler itself.
Lib/hotshot/log.py