From: Ezio Melotti Date: Mon, 25 Jan 2010 12:39:47 +0000 (+0000) Subject: Merged revisions 77749 via svnmerge from X-Git-Tag: v3.2a1~1806 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38f0033601b74fb4eafc72047d9197eee7ab8704;p=python Merged revisions 77749 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77749 | ezio.melotti | 2010-01-25 14:37:02 +0200 (Mon, 25 Jan 2010) | 1 line 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 da9cf121a9..8318f092d5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -229,6 +229,8 @@ C-API Library ------- +- Removed the functions 'verify' and 'vereq' from Lib/test/support.py. + - Issue #7773: Fix an UnboundLocalError in platform.linux_distribution() when the release file is empty.