changeset: 77074:f457419552e3 branch: 2.7 parent: 77072:d7aff4423172 user: Senthil Kumaran date: Sun May 20 16:56:24 2012 +0800 files: Lib/Cookie.py description: Fix for issue14426 - buildbots here I come diff -r d7aff4423172 -r f457419552e3 Lib/Cookie.py --- a/Lib/Cookie.py Sun May 20 10:42:17 2012 +0200 +++ b/Lib/Cookie.py Sun May 20 16:56:24 2012 +0800 @@ -539,7 +539,7 @@ r"(?P" # 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'

AltStyle によって変換されたページ (->オリジナル) /