• Guido van Rossum's avatar
    Added 'strict_parsing' option to all parsing functions. This causes a · e08c04c3
    Guido van Rossum yazdı
    ValueError exception when the query string contains fields that don't
    contain exactly one '=' sign.  (By default, such fields are simply
    ignored.)  Added this to the doc string describing parse() and
    parse_qs().
    
    Also changed the default for keep_blank_values from None to 0 (the
    preferred way to spell 'FALSE').
    e08c04c3
cgi.py 39.4 KB