Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 6e8ba0a commit aeeba26Copy full SHA for aeeba26
1 file changed
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