mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Merge with 3.3, issue #17047: remove doubled words added in 3.3,
as reported by Serhiy Storchaka and Matthew Barnett.
This commit is contained in:
commit
8b53559a89
12 changed files with 14 additions and 14 deletions
|
@ -1863,7 +1863,7 @@ def get_dtext(value):
|
|||
""" dtext = <printable ascii except \ [ ]> / obs-dtext
|
||||
obs-dtext = obs-NO-WS-CTL / quoted-pair
|
||||
|
||||
We allow anything except the excluded characters, but but if we find any
|
||||
We allow anything except the excluded characters, but if we find any
|
||||
ASCII other than the RFC defined printable ASCII an NonPrintableDefect is
|
||||
added to the token's defects list. Quoted pairs are converted to their
|
||||
unquoted values, so what is returned is a ptext token, in this case a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue