commit | 8d691c842289cf4453f282637765f07113a7cc17 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Sep 01 19:25:51 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Sep 01 19:25:51 2000 +0000 |
tree | 3a7819d53d7578cf728d3bcfecba7daebb6981db | |
parent | 29201d490511b2af863e07fdf5cb247fc9117c2f [diff] [blame] |
The usual
diff --git a/Lib/dos-8x3/test_unp.py b/Lib/dos-8x3/test_unp.py index 1bfd478..25324c0 100644 --- a/Lib/dos-8x3/test_unp.py +++ b/Lib/dos-8x3/test_unp.py
@@ -100,7 +100,8 @@ # unpacking a sequence where the test for too long raises a different # kind of error -BozoError = 'BozoError' +class BozoError(Exception): + pass class BadSeq: def __getitem__(self, i):