commit | 27a1370ae0608d083ec1b4162d510cb7ec6a95f5 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Mon May 03 15:11:53 2010 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Mon May 03 15:11:53 2010 +0000 |
tree | 96f09db1c6958ff8ab026308edb19dc6bb218f9d | |
parent | c1f5c2f3331857898595eb9bd8cf7e195d5fea5b [diff] [blame] |
Issue #8576: logging updated to remove usage of find_unused_port().
diff --git a/Misc/NEWS b/Misc/NEWS index f4f4d2f..e024d60 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -31,6 +31,8 @@ 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.