mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Whitespace normalization (via reindent.py).
This commit is contained in:
parent
e8889c5741
commit
9e34c04732
10 changed files with 19 additions and 23 deletions
|
@ -1069,7 +1069,7 @@ def parse_keqv_list(l):
|
|||
|
||||
def parse_http_list(s):
|
||||
"""Parse lists as described by RFC 2068 Section 2.
|
||||
|
||||
|
||||
In particular, parse comma-separated lists where the elements of
|
||||
the list may include quoted-strings. A quoted-string could
|
||||
contain a comma. A non-quoted string could have quotes in the
|
||||
|
@ -1101,7 +1101,7 @@ def parse_http_list(s):
|
|||
|
||||
if cur == '"':
|
||||
quote = True
|
||||
|
||||
|
||||
part += cur
|
||||
|
||||
# append last part
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue