mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix a few typos and a double semicolon. Patch by Eitan Adler.
This commit is contained in:
parent
1c1cadbbca
commit
3f5db3940f
10 changed files with 10 additions and 10 deletions
|
@ -670,7 +670,7 @@ class TestContentTypeHeader(TestHeaderBase):
|
|||
),
|
||||
|
||||
# XXX: I would say this one should default to ascii/en for the
|
||||
# "encoded" segment, since the the first segment is not encoded and is
|
||||
# "encoded" segment, since the first segment is not encoded and is
|
||||
# in double quotes, making the value a valid non-encoded string. The
|
||||
# old parser decodes this just like the previous case, which may be the
|
||||
# better Postel rule, but could equally result in borking headers that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue