summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-01-25 12:37:02 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-01-25 12:37:02 (GMT)
commit82230f952dd9d1a7560bd1f41088fbd21ba78632 (patch)
tree3a28d5b71b66cf0c1d3bf02b939725a542d6bfb0
parent1fafaab5e5dac8e25c22c7b3d76ef8d3d3a967f0 (diff)
downloadcpython-82230f952dd9d1a7560bd1f41088fbd21ba78632.zip
cpython-82230f952dd9d1a7560bd1f41088fbd21ba78632.tar.gz
cpython-82230f952dd9d1a7560bd1f41088fbd21ba78632.tar.bz2
Add a news entry for the functions verify and vereq that have been removed in r77729 and r77731
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3dac0ea..963092c 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.