]> granicus.if.org Git - python/commit
Add a timing flag to Trace so you can see where slowness occurs
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 26 Feb 2008 08:21:28 +0000 (08:21 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 26 Feb 2008 08:21:28 +0000 (08:21 +0000)
commitca37661a69a10d70536b779e3a6ca387340b0ecd
treedef104c12455651206950d2be06a713f6963757b
parentaa0ef52ea1b48773799812d388f0efd5d29b1819
Add a timing flag to Trace so you can see where slowness occurs
like waiting for socket timeouts in test_smtplib :-).
Doc/library/trace.rst
Lib/trace.py
Misc/NEWS