Skip to content

Commit 8ee9c8b

Browse files
authored
Update http.cookiejar.rst
1 parent da10c7b commit 8ee9c8b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/library/http.cookiejar.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,11 @@ contained :class:`Cookie` objects.
255255
Discards all contained cookies that have a true :attr:`expires` attribute
256256
(usually because their expiration time have passed)
257257

258-
You probably don't need to call this method because expired cookies are never
259-
sent back to the server (provided you're using :class:`DefaultCookiePolicy`).
260-
This method is called by :class:`CookieJar` itself every so often. It *could*
261-
only be useful when you are customizing a :class:`CookiePolicy` with your own
262-
expiring logic.
258+
This is a low-level function which probably don't need to be called because
259+
expired cookies are never sent back to the server (provided using
260+
:class:`DefaultCookiePolicy`). This method is called by :class:`CookieJar`
261+
itself every so often. It *could* only be useful when customizing a
262+
:class:`CookiePolicy` with an expiring logic.
263263

264264
Note that the :meth:`save` method won't save expired cookies anyway (unless you ask
265265
otherwise by passing a true *ignore_expires* argument).

0 commit comments

Comments
 (0)