summaryrefslogtreecommitdiff
path: root/HISTORY.txt
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-09-03 09:17:15 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-09-03 09:17:15 +0000
commitec48017fdd62754dd73f442dce7e22ebf3d30be3 (patch)
tree948337a02cc0a15edbb8aebb40fddceec74f25c4 /HISTORY.txt
parent592459f5f7a309e59bfa000d75d6c6247c692943 (diff)
downloaddocutils-ec48017fdd62754dd73f442dce7e22ebf3d30be3.tar.gz
Allow running test_buildhtml.py from anywhere, also with Python 3.
Fixes [ 3521167 ] and [ 3521168 ]. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7505 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'HISTORY.txt')
-rw-r--r--HISTORY.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY.txt b/HISTORY.txt
index eec20a1b6..7995c4ddb 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -34,6 +34,11 @@ Changes Since 0.9.1
- Fix [ 3546533 ] Unicode error with `date` directive.
+* docutils/tools/test/test_buildhtml.py
+
+ - Fix [ 3521167 ] allow running in any directory.
+ - Fix [ 3521168 ] allow running with Python 3.
+
* docutils/writers/manpage.py
- Apply [ 3527401 ] addmonition's don't preserve indentation