diff options
| author | Fredrik Lundh <fredrik@pythonware.com> | 2000-09-24 14:46:23 (GMT) |
|---|---|---|
| committer | Fredrik Lundh <fredrik@pythonware.com> | 2000-09-24 14:46:23 (GMT) |
| commit | 19f977ba402acb44e7fcae8a7fe2dc37e3e36eca (patch) | |
| tree | 2290ed4e98452381416d553eb612727525b7b2da /Lib/test/re_tests.py | |
| parent | 96753b348219ffc6c24eeb4316d6ba203ac09ad5 (diff) | |
| download | cpython-19f977ba402acb44e7fcae8a7fe2dc37e3e36eca.zip cpython-19f977ba402acb44e7fcae8a7fe2dc37e3e36eca.tar.gz cpython-19f977ba402acb44e7fcae8a7fe2dc37e3e36eca.tar.bz2 | |
- don't hang if group id is followed by whitespace (closes bug #114660)
Diffstat (limited to 'Lib/test/re_tests.py')
| -rwxr-xr-x | Lib/test/re_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/re_tests.py b/Lib/test/re_tests.py index 7eac04c..3a25d51 100755 --- a/Lib/test/re_tests.py +++ b/Lib/test/re_tests.py @@ -1,6 +1,5 @@ #!/usr/bin/env python # -*- mode: python -*- -# $Id$ # Re test suite and benchmark suite v1.5 |
