]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change test for re.sub() involving g<...> to use a multi-character
authorGuido van Rossum <guido@python.org>
Wed, 8 Oct 1997 04:05:08 +0000 (04:05 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 8 Oct 1997 04:05:08 +0000 (04:05 +0000)
commit9ec2ed466b5c1430f4980fcf0af1fe5e46adb25c
tree7699766fe67113fb842d184bcb0fe29fc4f10995
parent5bc5b14f6d01e11a8e10c3e937e7e83eff556178
Change test for re.sub() involving g<...> to use a multi-character
identifier.  The previous re.py had a bug that wouldn't show up with
single-char identifier...
Lib/test/test_re.py