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.
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 -> closed messages: + msg155524 assignee: ezio.melotti resolution: fixed stage: patch review -> resolved |
| 2012年03月12日 23:33:51 | python-dev | set | messages: + msg155523 |
| 2012年03月12日 23:25:57 | python-dev | set | nosy:
+ python-dev messages: + msg155519 |
| 2012年03月04日 11:51:37 | flomm | set | files: + re_coverage.patch |
| 2012年03月02日 18:44:36 | ezio.melotti | set | nosy:
+ ezio.melotti stage: patch review type: enhancement versions: + Python 2.7, Python 3.2 |
| 2012年03月02日 18:07:14 | flomm | create | |