Refs #27308, #27753 -- Removed obsolete cookie test mixing bytes with str.
Python 3's SimpleCookie treats all values as strings. Passing a bytes object coerces to the repr value.
Showing
Please
register
or
sign in
to comment
Python 3's SimpleCookie treats all values as strings. Passing a bytes object coerces to the repr value.