File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,8 +17,14 @@ cookie value.
1717
1818The module formerly strictly applied the parsing rules described in the
1919:rfc: `2109 ` and :rfc: `2068 ` specifications. It has since been discovered that
20- MSIE 3.0x doesn't follow the character rules outlined in those specs. As a
21- result, the parsing rules used are a bit less strict.
20+ MSIE 3.0x doesn't follow the character rules outlined in those specs and also
21+ many current day browsers and servers have relaxed parsing rules when comes to
22+ Cookie handling. As a result, the parsing rules used are a bit less strict.
23+
24+ The character set, :data: `string.ascii_letters `, :data: `string.digits ` and
25+ ``!#$%&'*+-.^_`|~ `` denote the set of valid characters allowed by this module
26+ in Cookie name (as :attr: `~Morsel.key `).
27+
2228
2329.. note ::
2430
You can’t perform that action at this time.
0 commit comments