mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Inadvertently removed part of the comment in r81271.
This commit is contained in:
parent
c7b8e8682e
commit
0f78a94f44
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ def unquote(string, encoding='utf-8', errors='replace'):
|
||||||
encoding = 'utf-8'
|
encoding = 'utf-8'
|
||||||
if errors is None:
|
if errors is None:
|
||||||
errors = 'replace'
|
errors = 'replace'
|
||||||
# pct_sequence: contiguous sequence of percent-encoded bytes
|
# pct_sequence: contiguous sequence of percent-encoded bytes, decoded
|
||||||
pct_sequence = b''
|
pct_sequence = b''
|
||||||
string = res[0]
|
string = res[0]
|
||||||
for item in res[1:]:
|
for item in res[1:]:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue