mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
merge - Fix for issue14426 - buildbots here I come
This commit is contained in:
commit
185f401308
1 changed files with 1 additions and 1 deletions
|
|
@ -439,7 +439,7 @@ _CookiePattern = re.compile(r"""
|
|||
(?P<val> # Start of group 'val'
|
||||
"(?:[^\\"]|\\.)*" # Any doublequoted string
|
||||
| # or
|
||||
\w{3},\s[\w\d-]{9,11}\s[\d:]{8}\sGMT # Special case for "expires" attr
|
||||
\w{3},\s[\w\d\s-]{9,11}\s[\d:]{8}\sGMT # Special case for "expires" attr
|
||||
| # or
|
||||
""" + _LegalCharsPatt + r"""* # Any word or empty string
|
||||
) # End of group 'val'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue