Issue 3654: Duplicated test name in regex test script - Python tracker

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
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, mrabarnett, timehorse
Priority: normal Keywords:

Created on 2008-08-23 20:28 by mrabarnett, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg71813 - (view) Author: Matthew Barnett (mrabarnett) * (Python triager) Date: 2008-08-23 20:28
The regex test script test_re.py has 2 tests called 'test_ignore_case'.
msg71849 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-08-24 18:11
Fixed in r66014.