Doc update

This commit is contained in:
Bar Harel 2020-03-18 22:23:22 +02:00
parent dcca27de56
commit e007a4e966
1 changed files with 4 additions and 0 deletions

View File

@ -117,6 +117,10 @@ Cookie Objects
for k, v in rawdata.items():
cookie[k] = v
.. versionchanged:: 3.9
:meth:`load` now correctly throws :class:`CookieError` instead of
silently ignoring erroneous data.
.. _morsel-objects: