#28135: simplify_regex() doesn't handle non-capturing groups
-------------------------------------+-------------------------------------
Reporter: German M. Bravo | Owner: Felix
Type: | Zhang
Cleanup/optimization | Status: assigned
Component: contrib.admindocs | Version: 1.11
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Felix Zhang):
* owner: nobody => Felix Zhang
* status: new => assigned
Old description:
> While using Django REST Framework's Schema generator, I found out they're
> using `simplify_regex()`; however, current version has a few
> shortcomings, namely non-capturing groups are broken.
>
> I added a pull request (see https://github.com/django/django/pull/8414)
> which fixes this problems, it also is faster and handles many more regex
> patterns. I also extended the `test_simplify_regex` test.
New description:
While using Django REST Framework's Schema generator, I found out they're
using `simplify_regex()`; however, current version has a few shortcomings,
namely non-capturing groups are broken.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/28135#comment:6>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/064.a499085ffa2ce64143d81e1b4326307a%40djangoproject.com.