This patch removes all uses of "assert" in the regression test suite
and replaces them with a new API verify(). As a result the regression
suite will also perform its tests in optimization mode.
Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
diff --git a/Lib/test/test_grp.py b/Lib/test/test_grp.py
index b737da9..eda39d5 100755
--- a/Lib/test/test_grp.py
+++ b/Lib/test/test_grp.py
@@ -4,7 +4,7 @@
"""
import grp
-from test_support import verbose
+from test_support import verify, verbose
groups = grp.getgrall()
if verbose: