This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Test coverage for lib/re.py
Type: enhancement Stage: resolved
Components: Tests Versions: Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: ezio.melotti, flomm, python-dev
Priority: normal Keywords: patch

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:27adminsetgithub: 58387
2012-03-12 23:35:03ezio.melottisetstatus: open -> closed
messages: + msg155524

assignee: ezio.melotti
resolution: fixed
stage: patch review -> resolved
2012-03-12 23:33:51python-devsetmessages: + msg155523
2012-03-12 23:25:57python-devsetnosy: + python-dev
messages: + msg155519
2012-03-04 11:51:37flommsetfiles: + re_coverage.patch
2012-03-02 18:44:36ezio.melottisetnosy: + ezio.melotti
stage: patch review
type: enhancement

versions: + Python 2.7, Python 3.2
2012-03-02 18:07:14flommcreate