This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author carsten.klein@axn-software.de
Recipients BM, BreamoreBoy, aclover, akuchling, carsten.klein, carsten.klein@axn-software.de, dstanek, georg.brandl, jerry.seutter, jjlee, karlcow, r.david.murray, tim.peters
Date 2011-04-05.18:08:07
SpamBayes Score 0.0012231506
Marked as misclassified No
Message-id <1302026887.79.0.830205267855.issue2193@psf.upfronthosting.co.za>
In-reply-to
Content
Ups forgot to also mention the production rule for token, which is defined in the HTTP RFC RFC2616:

       token          = 1*<any CHAR except CTLs or separators>
       separators     = "(" | ")" | "<" | ">" | "@"
                      | "," | ";" | ":" | "\" | <">
                      | "/" | "[" | "]" | "?" | "="
                      | "{" | "}" | SP | HT

and here it clearly states that a value that is not a quoted string
must not contain colons, and other characters as is specified by separators.
History
Date User Action Args
2011-04-05 18:08:07carsten.klein@axn-software.desetrecipients: + carsten.klein@axn-software.de, tim.peters, akuchling, georg.brandl, jjlee, dstanek, jerry.seutter, BM, aclover, r.david.murray, karlcow, BreamoreBoy, carsten.klein
2011-04-05 18:08:07carsten.klein@axn-software.desetmessageid: <1302026887.79.0.830205267855.issue2193@psf.upfronthosting.co.za>
2011-04-05 18:08:07carsten.klein@axn-software.delinkissue2193 messages
2011-04-05 18:08:07carsten.klein@axn-software.decreate