[issue14179] Test coverage for lib/re.py

2012-03-12 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patch! -- assignee: -> ezio.melotti resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue14179] Test coverage for lib/re.py

2012-03-12 Thread Roundup Robot
Roundup Robot added the comment: 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:

[issue14179] Test coverage for lib/re.py

2012-03-12 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev ___ Python tracker

[issue14179] Test coverage for lib/re.py

2012-03-04 Thread Florian M
Changes by Florian M : Added file: http://bugs.python.org/file24728/re_coverage.patch ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue14179] Test coverage for lib/re.py

2012-03-02 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: -> patch review type: -> enhancement versions: +Python 2.7, Python 3.2 ___ Python tracker ___ __

[issue14179] Test coverage for lib/re.py

2012-03-02 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: -> patch review type: -> enhancement versions: +Python 2.7, Python 3.2 ___ Python tracker ___ __

[issue14179] Test coverage for lib/re.py

2012-03-02 Thread Florian M
New submission from Florian M : I added one small test in lib/test/test_re.py for complete coverage of 're._compile' method. -- components: Tests files: re_coverage.patch keywords: patch messages: 154785 nosy: flomm priority: normal severity: normal status: open title: Test coverage for