commit | 82230f952dd9d1a7560bd1f41088fbd21ba78632 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Mon Jan 25 12:37:02 2010 +0000 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Mon Jan 25 12:37:02 2010 +0000 |
tree | 3a28d5b71b66cf0c1d3bf02b939725a542d6bfb0 | |
parent | 1fafaab5e5dac8e25c22c7b3d76ef8d3d3a967f0 [diff] |
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 3dac0ea..963092c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -42,6 +42,8 @@ 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.