Removed a confusing line from a docstring in http.cookies (GH-6482)
There's no reason a cookie should _ever_ contain pickled data. That's just asking for a critical security vulnerability. Back in Python2 there were helpers for doing that, but they're no more in Python3. Now coded_value is used when the value needs to be encoded for any reason.
A
Alex Gaynor committed
afbbac12a517818a1efa88f7bea18e82b68a79d4
Parent: 1a5c4bd
Committed by GitHub <noreply@github.com>
on 4/15/2018, 9:23:47 PM