Lines Matching refs:Morsel
2304 Directly assigning values to the :attr:`~http.cookies.Morsel.key`,
2305 :attr:`~http.cookies.Morsel.value` and
2306 :attr:`~http.cookies.Morsel.coded_value` of :class:`http.cookies.Morsel`
2307 objects is deprecated. Use the :meth:`~http.cookies.Morsel.set` method
2309 :meth:`~http.cookies.Morsel.set` is deprecated, and is now ignored.
2458 * The :class:`http.cookies.Morsel` dict-like interface has been made self
2459 consistent: morsel comparison now takes the :attr:`~http.cookies.Morsel.key`
2460 and :attr:`~http.cookies.Morsel.value` into account,
2461 :meth:`~http.cookies.Morsel.copy` now results in a
2462 :class:`~http.cookies.Morsel` instance rather than a :class:`dict`, and
2463 :meth:`~http.cookies.Morsel.update` will now raise an exception if any of the
2465 *LegalChars* parameter of :func:`~http.cookies.Morsel.set` is deprecated and