Skip to content

Commit 4fdecb5

Browse files
author
Giles Copp
committed
Move morsel docs version to 3.1.4, and revert spacing changes
1 parent c564125 commit 4fdecb5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Doc/library/http.cookies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Morsel Objects
179179
.. versionchanged:: 3.8
180180
Added support for the :attr:`samesite` attribute.
181181

182-
.. versionchanged:: 3.13
182+
.. versionchanged:: 3.14
183183
Added support for the :attr:`partitioned` attribute.
184184

185185

Lib/http/cookies.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -255,15 +255,15 @@ class Morsel(dict):
255255
# variant on the left to the appropriate traditional
256256
# formatting on the right.
257257
_reserved = {
258-
"expires": "expires",
259-
"path": "Path",
260-
"comment": "Comment",
261-
"domain": "Domain",
262-
"max-age": "Max-Age",
263-
"secure": "Secure",
264-
"httponly": "HttpOnly",
265-
"version": "Version",
266-
"samesite": "SameSite",
258+
"expires" : "expires",
259+
"path" : "Path",
260+
"comment" : "Comment",
261+
"domain" : "Domain",
262+
"max-age" : "Max-Age",
263+
"secure" : "Secure",
264+
"httponly" : "HttpOnly",
265+
"version" : "Version",
266+
"samesite" : "SameSite",
267267
"partitioned": "Partitioned",
268268
}
269269

0 commit comments

Comments
 (0)