Fix issue #484
authorPinkerton <stephenmpinkerton@gmail.com>
Thu, 15 Mar 2012 02:54:06 +0000 (19:54 -0700)
committerPinkerton <stephenmpinkerton@gmail.com>
Thu, 15 Mar 2012 02:54:06 +0000 (19:54 -0700)
requests/packages/oreos/monkeys.py

index 72ce68d..2cf9016 100644 (file)
@@ -255,7 +255,7 @@ class CookieError(Exception):
 #
 _RFC2965Forbidden = "[]:{}="
 _LegalChars       = ( string.ascii_letters + string.digits + 
-                      "!#$%&'*+-.^_`|~_" + _RFC2965Forbidden )
+                      "!#$%&'*+-.^_`|~_@" + _RFC2965Forbidden )
 _Translator       = {
     '\000' : '\\000',  '\001' : '\\001',  '\002' : '\\002',
     '\003' : '\\003',  '\004' : '\\004',  '\005' : '\\005',