summaryrefslogtreecommitdiff
path: root/HISTORY.txt
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2023-04-08 21:08:59 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2023-04-08 21:08:59 +0000
commitb75aa2f95311fb1521038b37f2963088abcd2785 (patch)
tree2e8a9e5e53039a6036665b2127b50da789803f9d /HISTORY.txt
parent48f9da33f1dfae946d27aee1fa3f9cba15583328 (diff)
downloaddocutils-b75aa2f95311fb1521038b37f2963088abcd2785.tar.gz
Revert introduction of `core.publish_bytes()` and `io.BytesOutput`.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9339 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'HISTORY.txt')
-rw-r--r--HISTORY.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/HISTORY.txt b/HISTORY.txt
index 46c878fae..aa9fc2a67 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -23,8 +23,6 @@ Release 0.20b (unpublished)
* docutils/core.py
- - Added new `publish_bytes()` function to explicitly return
- output as binary data in a `bytes` object.
- New argument "auto_encode" for `publish_string()` and
`publish_programmatically()`.
- New functions `rst2…()` for use as "console_scripts" `entry point`_.