From 3e773fb6225a9da6fd3f45bad9ead3baa8979f02 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 13 Sep 2004 20:53:27 +0000 Subject: The 4th group is now 'invalid' instead of 'bogus'. --- Lib/test/test_pep292.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_pep292.py b/Lib/test/test_pep292.py index 377db7f..c22f59b 100644 --- a/Lib/test/test_pep292.py +++ b/Lib/test/test_pep292.py @@ -103,7 +103,7 @@ class TestTemplate(unittest.TestCase): (?P@{2}) | @(?P[_a-z][._a-z0-9]*) | @{(?P[_a-z][._a-z0-9]*)} | - (?P@) + (?P@) """ m = Mapping() m.bag = Bag() -- cgit v0.12