Skip to content

Commit 659bc5a

Browse files
Reword news fragment to avoid spelling issue, restore wordlist
1 parent 9c556cf commit 659bc5a

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

CHANGES/12395.bugfix.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Fixed a crash (``CookieError``) in the cookie parser when receiving cookies
22
containing ASCII control characters on CPython builds with the CVE-2026-3644
33
patch. The parser now gracefully falls back to storing the raw, still-escaped
44
``coded_value`` when the decoded value contains control characters, and skips
5-
cookies whose raw header itself contains unsalvageable literal control
6-
characters -- by :user:`rodrigobnogueira`.
5+
cookies whose raw header contains literal control characters that cannot be
6+
safely stored -- by :user:`rodrigobnogueira`.

docs/spelling_wordlist.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ autoformatters
3030
autogenerates
3131
autogeneration
3232
awaitable
33+
backoff
3334
backend
3435
backends
35-
backoff
3636
backport
3737
Backport
3838
Backporting
@@ -100,8 +100,8 @@ deduplicate
100100
defs
101101
Dependabot
102102
deprecations
103-
DER
104103
deserialization
104+
DER
105105
dev
106106
Dev
107107
dict
@@ -144,12 +144,12 @@ gunicorn’s
144144
gzipped
145145
hackish
146146
highlevel
147-
hostname
148147
hostnames
149148
HTTPException
150149
HttpProcessingError
151150
httpretty
152151
https
152+
hostname
153153
impl
154154
incapsulates
155155
Indices
@@ -215,11 +215,11 @@ musllinux
215215
mypy
216216
Nagle
217217
Nagle's
218+
NFS
218219
namedtuple
219220
nameservers
220221
namespace
221222
netrc
222-
NFS
223223
nginx
224224
Nginx
225225
Nikolay
@@ -265,8 +265,8 @@ pyright
265265
pytest
266266
Pytest
267267
qop
268-
quickstart
269268
Quickstart
269+
quickstart
270270
quote’s
271271
rc
272272
readline
@@ -361,13 +361,12 @@ unhandled
361361
unicode
362362
unittest
363363
Unittest
364+
unpickler
365+
untrusted
364366
unix
365367
unobvious
366-
unpickler
367-
unsalvageable
368368
unsets
369369
unstripped
370-
untrusted
371370
untyped
372371
uppercased
373372
upstr

0 commit comments

Comments
 (0)