File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments