summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-12-17 17:42:16 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-12-17 17:42:16 (GMT)
commit401edd69cf23f7f102aece55e05157daf1b87f9f (patch)
tree7baf64e3ca486395af74948c01124c8fb79cdf16 /Misc
parent988dbd7bc2bb8a41cf91a12c8bff9a916651769f (diff)
downloadcpython-401edd69cf23f7f102aece55e05157daf1b87f9f.zip
cpython-401edd69cf23f7f102aece55e05157daf1b87f9f.tar.gz
cpython-401edd69cf23f7f102aece55e05157daf1b87f9f.tar.bz2
Issue #4188: Avoid creating dummy thread objects when logging operations
from the threading module (with the internal verbose flag activated).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6e61892..94116ce 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,9 @@ Core and Builtins
Library
-------
+- Issue #4188: Avoid creating dummy thread objects when logging operations
+ from the threading module (with the internal verbose flag activated).
+
- Issue #10711: Remove HTTP 0.9 support from http.client. The ``strict``
parameter to HTTPConnection and friends is deprecated.