]> granicus.if.org Git - python/commitdiff
Add a news entry for the functions verify and vereq that have been removed in r77729...
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 25 Jan 2010 12:37:02 +0000 (12:37 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 25 Jan 2010 12:37:02 +0000 (12:37 +0000)
Misc/NEWS

index 3dac0ea087a9498bff8dac4a8d7e4441126a8ba6..963092c2a78bdf4ac7fff1877c715ecb4bf5fd1d 100644 (file)
--- 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.