#33697: Cleanup duplication of HTTP header parsing in utils.http and multipart
parser.
--------------------------------------+------------------------------------
     Reporter:  Carlton Gibson        |                    Owner:  nobody
         Type:  Cleanup/optimization  |                   Status:  new
    Component:  Utilities             |                  Version:  4.0
     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 Mariusz Felisiak):

 * stage:  Unreviewed => Accepted


Comment:

 It looks that the only difference between `_parseparam()` and
 `django.http.multipartparser._parse_header_params()` is that it works on
 strings (instead of bytes) and that it contains
 
https://github.com/python/cpython/commit/1ef0c0349e8fdb5415e21231cb42edbf232b742a
 (which is desired in both places).

-- 
Ticket URL: <https://code.djangoproject.com/ticket/33697#comment:1>
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/01070180b2debd36-89c53c8c-fc57-4221-befd-81010f16732b-000000%40eu-central-1.amazonses.com.

Reply via email to