From 958a7b4ca69434d0145fd569cf007e21841bb36c Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 27 Dec 2018 20:35:20 -0500 Subject: Refs #28965 -- Removed utils.http.cookie_date() per deprecation timeline. --- docs/ref/utils.txt | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 6a7d4b6549..84cffddde0 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -700,20 +700,6 @@ escaping HTML. A version of Python's :func:`urllib.parse.urlencode` function that can operate on ``MultiValueDict`` and non-string values. -.. function:: cookie_date(epoch_seconds=None) - - .. deprecated:: 2.1 - - Use :func:`http_date` instead, which follows the latest RFC. - - Formats the time to ensure compatibility with Netscape's cookie standard. - - Accepts a floating point number expressed in seconds since the epoch in - UTC--such as that outputted by ``time.time()``. If set to ``None``, - defaults to the current time. - - Outputs a string in the format ``Wdy, DD-Mon-YYYY HH:MM:SS GMT``. - .. function:: http_date(epoch_seconds=None) Formats the time to match the :rfc:`1123` date format as specified by HTTP -- cgit v1.3