Add a news entry for the functions verify and vereq that have been removed in r77729 and r77731

This commit is contained in:
Ezio Melotti 2010-01-25 12:37:02 +00:00
parent 1fafaab5e5
commit 82230f952d
1 changed files with 2 additions and 0 deletions

View File

@ -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.