Fix for issue14426 - buildbots here I come

This commit is contained in:
Senthil Kumaran 2012-05-20 16:58:30 +08:00
parent 6e8ba0aba6
commit aeeba2629a

View file

@ -439,7 +439,7 @@ def OutputString(self, attrs=None):
(?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'