#32499: simplify_regex only removes some metacharacters from regex patterns
-------------------------------------+-------------------------------------
               Reporter:  Rohith P   |          Owner:  Rohith P R
  R                                  |
                   Type:             |         Status:  assigned
  Cleanup/optimization               |
              Component:             |        Version:  3.1
  contrib.admindocs                  |
               Severity:  Normal     |       Keywords:
           Triage Stage:             |      Has patch:  1
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 || Input Pattern  || Expected Output || Actual Output ||
 || {{{r'^\b(?P<slug>\w+)\B'}}} || /<slug> || /\b<slug>\B
 || r'\Ab/\Z' || /b/ || /\Ab/\Z

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32499>
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/051.c19726394dec9958518e5e411a9f7c4f%40djangoproject.com.

Reply via email to