summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2008-02-26 08:21:28 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2008-02-26 08:21:28 (GMT)
commitca37661a69a10d70536b779e3a6ca387340b0ecd (patch)
treedef104c12455651206950d2be06a713f6963757b /Misc/NEWS
parentaa0ef52ea1b48773799812d388f0efd5d29b1819 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 38b4730..d72fe74 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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,