We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 337b2bf + aeeba26 commit 185f401Copy full SHA for 185f401
Lib/http/cookies.py
@@ -439,7 +439,7 @@ def OutputString(self, attrs=None):
439
(?P<val> # Start of group 'val'
440
"(?:[^\\"]|\\.)*" # Any doublequoted string
441
| # or
442
- \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
443
444
""" + _LegalCharsPatt + r"""* # Any word or empty string
445
) # End of group 'val'
0 commit comments