diff options
author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-09-09 09:49:37 +0100 |
---|---|---|
committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2023-01-03 19:02:38 +0000 |
commit | 3b3ce9cf7b44eb2662242e1d668026c5d6c96e85 (patch) | |
tree | 8986a3e80dd6baa1e753bb6f81da3fab26f3ff7f /doc/extdev | |
parent | 8c5e7013ea5f6a50e3cc3130b22205a85ba87fab (diff) | |
download | sphinx-git-3b3ce9cf7b44eb2662242e1d668026c5d6c96e85.tar.gz |
Move HTTP-date formatting utils to `utils.http_date`
Diffstat (limited to 'doc/extdev')
-rw-r--r-- | doc/extdev/deprecated.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index f613bc8e8..78eda5111 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -22,6 +22,16 @@ The following is a list of deprecated interfaces. - Removed - Alternatives + * - ``sphinx.util.epoch_to_rfc1123`` + - 6.1 + - 8.0 + - ``sphinx.util.http_date.epoch_to_rfc1123`` + + * - ``sphinx.util.rfc1123_to_epoch`` + - 6.1 + - 8.0 + - ``sphinx.util.http_date.rfc1123_to_epoch`` + * - ``sphinx.util.status_iterator`` - 6.1 - 8.0 |