mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #27626: Spelling fixes in docs, comments and internal names
Based on patch by Ville Skyttä.
This commit is contained in:
parent
eac67be948
commit
eb9957065a
33 changed files with 48 additions and 48 deletions
|
@ -396,7 +396,7 @@ class CookieTests(unittest.TestCase):
|
|||
## comma-separated list, it'll be a headache to parse (at least my head
|
||||
## starts hurting every time I think of that code).
|
||||
## - Expires: You'll get all sorts of date formats in the expires,
|
||||
## including emtpy expires attributes ("expires="). Be as flexible as you
|
||||
## including empty expires attributes ("expires="). Be as flexible as you
|
||||
## can, and certainly don't expect the weekday to be there; if you can't
|
||||
## parse it, just ignore it and pretend it's a session cookie.
|
||||
## - Domain-matching: Netscape uses the 2-dot rule for _all_ domains, not
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue