mirror of
https://github.com/python/cpython.git
synced 2026-01-04 22:42:14 +00:00
Fix for issue14426 - buildbots here I come
This commit is contained in:
parent
ed11a5d018
commit
9cffd882ab
1 changed files with 1 additions and 1 deletions
|
|
@ -539,7 +539,7 @@ def OutputString(self, attrs=None):
|
|||
r"(?P<val>" # Start of group 'val'
|
||||
r'"(?:[^\\"]|\\.)*"' # Any doublequoted string
|
||||
r"|" # or
|
||||
r"\w{3},\s[\w\d-]{9,11}\s[\d:]{8}\sGMT" # Special case for "expires" attr
|
||||
r"\w{3},\s[\s\w\d-]{9,11}\s[\d:]{8}\sGMT" # Special case for "expires" attr
|
||||
r"|" # or
|
||||
""+ _LegalCharsPatt +"*" # Any word or empty string
|
||||
r")" # End of group 'val'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue