diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-01-25 12:39:47 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-01-25 12:39:47 (GMT) |
commit | 38f0033601b74fb4eafc72047d9197eee7ab8704 (patch) | |
tree | 4d4677ee1cc4584a3aded39a72640a3a38563bfe | |
parent | 5b2b242f0780d4761acc366f01b3bc61aa01d210 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |