changeset: 77076:ca2a793d6c7b parent: 77071:71989b8349ca parent: 77075:f9d31d6977f1 user: Senthil Kumaran date: Sun May 20 16:58:59 2012 +0800 files: Lib/http/cookies.py description: merge - Fix for issue14426 - buildbots here I come diff -r 71989b8349ca -r ca2a793d6c7b Lib/http/cookies.py --- a/Lib/http/cookies.py Sun May 20 18:30:49 2012 +1000 +++ b/Lib/http/cookies.py Sun May 20 16:58:59 2012 +0800 @@ -439,7 +439,7 @@ (?P # 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'

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