summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-05-03 15:11:53 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-05-03 15:11:53 (GMT)
commit27a1370ae0608d083ec1b4162d510cb7ec6a95f5 (patch)
tree96f09db1c6958ff8ab026308edb19dc6bb218f9d /Misc
parentc1f5c2f3331857898595eb9bd8cf7e195d5fea5b (diff)
downloadcpython-27a1370ae0608d083ec1b4162d510cb7ec6a95f5.zip
cpython-27a1370ae0608d083ec1b4162d510cb7ec6a95f5.tar.gz
cpython-27a1370ae0608d083ec1b4162d510cb7ec6a95f5.tar.bz2
Issue #8576: logging updated to remove usage of find_unused_port().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f4f4d2f..e024d60 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,6 +31,8 @@ Core and Builtins
Library
-------
+- Issue #8576: logging updated to remove usage of find_unused_port().
+
- Issue #4687: Fix accuracy of garbage collection runtimes displayed with
gc.DEBUG_STATS.