summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-12-17 17:45:12 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-12-17 17:45:12 (GMT)
commit47900cfa73ee35313f019d1efdfd1b8e8e0b76f8 (patch)
tree8865ec2b582decb5fc5e8f867fa6195981d1c9c0 /Misc/NEWS
parent5c7fd6eefa457457f6f19e4397a79de5627af32e (diff)
downloadcpython-47900cfa73ee35313f019d1efdfd1b8e8e0b76f8.zip
cpython-47900cfa73ee35313f019d1efdfd1b8e8e0b76f8.tar.gz
cpython-47900cfa73ee35313f019d1efdfd1b8e8e0b76f8.tar.bz2
Merged revisions 87341 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87341 | antoine.pitrou | 2010-12-17 18:42:16 +0100 (ven., 17 déc. 2010) | 4 lines Issue #4188: Avoid creating dummy thread objects when logging operations from the threading module (with the internal verbose flag activated). ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index aca1fbb..150dee8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,10 @@ 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 #9721: Fix the behavior of urljoin when the relative url starts with a
';' character. Patch by Wes Chow.