File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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).
You can’t perform that action at this time.
0 commit comments