From: Ezio Melotti Date: Mon, 25 Jan 2010 12:37:02 +0000 (+0000) Subject: Add a news entry for the functions verify and vereq that have been removed in r77729... X-Git-Tag: v2.7a3~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82230f952dd9d1a7560bd1f41088fbd21ba78632;p=python Add a news entry for the functions verify and vereq that have been removed in r77729 and r77731 --- diff --git a/Misc/NEWS b/Misc/NEWS index 3dac0ea087..963092c2a7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -42,6 +42,8 @@ Core and Builtins Library ------- +- Removed the functions 'verify' and 'vereq' from Lib/test/test_support.py. + - Issue #7773: Fix an UnboundLocalError in platform.linux_distribution() when the release file is empty.