diff options
author | Andrew M. Kuchling <amk@amk.ca> | 1998-08-21 18:39:38 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 1998-08-21 18:39:38 (GMT) |
commit | 9a80e00cac40dd64709919c29386d8ede39f91d6 (patch) | |
tree | c3b9d62576a3db31d17c9eb59e931ffa11dd1e6a /Lib/rfc822.py | |
parent | f7039e29ec1fbeeab3aa786a36a4e33abe055b71 (diff) | |
download | cpython-9a80e00cac40dd64709919c29386d8ede39f91d6.zip cpython-9a80e00cac40dd64709919c29386d8ede39f91d6.tar.gz cpython-9a80e00cac40dd64709919c29386d8ede39f91d6.tar.bz2 |
The .subn() method wasn't setting _num_regs, which is used by the .groups()
method, so .groups() didn't work inside the replacement function
called by re.sub. One-line fix: set self._num_regs inside subn().
Diffstat (limited to 'Lib/rfc822.py')
0 files changed, 0 insertions, 0 deletions