diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2008-02-26 08:21:28 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2008-02-26 08:21:28 (GMT) |
commit | ca37661a69a10d70536b779e3a6ca387340b0ecd (patch) | |
tree | def104c12455651206950d2be06a713f6963757b /Misc/NEWS | |
parent | aa0ef52ea1b48773799812d388f0efd5d29b1819 (diff) | |
download | cpython-ca37661a69a10d70536b779e3a6ca387340b0ecd.zip cpython-ca37661a69a10d70536b779e3a6ca387340b0ecd.tar.gz cpython-ca37661a69a10d70536b779e3a6ca387340b0ecd.tar.bz2 |
Add a timing flag to Trace so you can see where slowness occurs
like waiting for socket timeouts in test_smtplib :-).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -441,6 +441,8 @@ Core and builtins Library ------- +- Add a timing parameter when using trace.Trace to print out timestamps. + - #1627: httplib now ignores negative Content-Length headers. - #900744: If an invalid chunked-encoding header is sent by a server, |