| commit | 9237bb638f5204b798e884465310293858f71816 | [log] [tgz] |
|---|---|---|
| author | Senthil Kumaran <senthil@uthcode.com> | Sun May 20 16:59:51 2012 +0800 |
| committer | Senthil Kumaran <senthil@uthcode.com> | Sun May 20 16:59:51 2012 +0800 |
| tree | ea3eb7143add3a0dcf83bce28a01d3c418683a30 | |
| parent | 9cffd882ab6ec00450626567f06aad43e5b5243a [diff] | |
| parent | 269d21336a1b68ef8e772759341236097b5dd8b3 [diff] |
merge heads
diff --git a/Lib/Cookie.py b/Lib/Cookie.py index 616377c..2eda48c 100644 --- a/Lib/Cookie.py +++ b/Lib/Cookie.py
@@ -539,7 +539,7 @@ 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'