Issue 14179: Test coverage for lib/re.py (original) (raw)

Issue14179

Created on 2012-03-02 18:07 by flomm, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
re_coverage.patch flomm,2012-03-02 18:07 review
re_coverage.patch flomm,2012-03-04 11:51 new patch with changes mentioned in review/comments review
Messages (4)
msg154785 - (view) Author: Florian Mladitsch (flomm) Date: 2012-03-02 18:07
I added one small test in lib/test/test_re.py for complete coverage of 're._compile' method.
msg155519 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-03-12 23:25
New changeset cc48eef234dd by Ezio Melotti in branch '2.7': #14179: add tests for re.compile. Patch by Florian Mladitsch. http://hg.python.org/cpython/rev/cc48eef234dd
msg155523 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-03-12 23:33
New changeset fafe12f2a030 by Ezio Melotti in branch '3.2': #14179: add tests for re.compile. Patch by Florian Mladitsch. http://hg.python.org/cpython/rev/fafe12f2a030 New changeset 4a5eafcdde11 by Ezio Melotti in branch 'default': #14179: merge with 3.2. http://hg.python.org/cpython/rev/4a5eafcdde11
msg155524 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2012-03-12 23:35
Fixed, thanks for the patch!
History
Date User Action Args
2022-04-11 14:57:27 admin set github: 58387
2012-03-12 23:35:03 ezio.melotti set status: open -> closedmessages: + assignee: ezio.melottiresolution: fixedstage: patch review -> resolved
2012-03-12 23:33:51 python-dev set messages: +
2012-03-12 23:25:57 python-dev set nosy: + python-devmessages: +
2012-03-04 11:51:37 flomm set files: + re_coverage.patch
2012-03-02 18:44:36 ezio.melotti set nosy: + ezio.melottistage: patch reviewtype: enhancementversions: + Python 2.7, Python 3.2
2012-03-02 18:07:14 flomm create