summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-01-25 12:39:47 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-01-25 12:39:47 (GMT)
commit38f0033601b74fb4eafc72047d9197eee7ab8704 (patch)
tree4d4677ee1cc4584a3aded39a72640a3a38563bfe
parent5b2b242f0780d4761acc366f01b3bc61aa01d210 (diff)
downloadcpython-38f0033601b74fb4eafc72047d9197eee7ab8704.zip
cpython-38f0033601b74fb4eafc72047d9197eee7ab8704.tar.gz
cpython-38f0033601b74fb4eafc72047d9197eee7ab8704.tar.bz2
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 ........
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index da9cf12..8318f09 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.