• Alex Gaynor's avatar
    Removed a confusing line from a docstring in http.cookies (GH-6482) · afbbac12
    Alex Gaynor yazdı
    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.
    afbbac12
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
client.py Loading commit data...
cookiejar.py Loading commit data...
cookies.py Loading commit data...
server.py Loading commit data...