#30399: Use Python stdlib html.escape() to in django.utils.html.escape()
-------------------------------------+-------------------------------------
     Reporter:  Jon Dufresne         |                    Owner:  nobody
         Type:                       |                   Status:  closed
  Cleanup/optimization               |
    Component:  Utilities            |                  Version:  master
     Severity:  Normal               |               Resolution:  fixed
     Keywords:                       |             Triage Stage:  Ready for
                                     |  checkin
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Claude Paroz):

 > One small concern, html.escape() converts ' to &#x27 rather than &#39.

 It's annoying, as `assertHTMLEqual` seems to make a difference between
 those two equivalent representations, and that means different code paths
 in apps testing with different Django versions. That's something we should
 try to solve in `django.test.html`.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30399#comment:8>
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.954cb36fd7cd85453be126c57bf669d9%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to