summaryrefslogtreecommitdiff
path: root/doc/extdev
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-04-23 18:01:03 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2019-04-23 19:34:55 -0700
commitee23a29b3c9cd133bfacceaaccc73f960d1f318f (patch)
tree9c75bc3bba8f408a068bac6cd2a1e2a812751708 /doc/extdev
parentde0c44196e6c9f8ea9ec5dd58098f83dae93277d (diff)
downloadsphinx-git-ee23a29b3c9cd133bfacceaaccc73f960d1f318f.tar.gz
Deprecate EpubBuilder.esc() in favor of stdlib html.escape()
Available since Python 3.2. https://docs.python.org/3/library/html.html#html.escape
Diffstat (limited to 'doc/extdev')
-rw-r--r--doc/extdev/deprecated.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst
index 52fdf9f7a..6e9ce34f0 100644
--- a/doc/extdev/deprecated.rst
+++ b/doc/extdev/deprecated.rst
@@ -31,6 +31,11 @@ The following is a list of deprecated interfaces.
- 4.0
- N/A
+ * - ``sphinx.builders._epub_base.EpubBuilder.esc()``
+ - 2.1
+ - 4.0
+ - ``html.escape()``
+
* - ``sphinx.directives.Acks``
- 2.1
- 4.0