1
Description: Write text to .write() rather than .writelines()
2
Author: Jelmer Vernooij <jelmer@debian.org>
3
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722091
4
Status: not (yet) forwarded upstream
6
=== modified file 'bzrlib/doc_generate/autodoc_rstx.py'
7
--- a/bzrlib/doc_generate/autodoc_rstx.py 2011-12-19 13:23:58 +0000
8
+++ b/bzrlib/doc_generate/autodoc_rstx.py 2014-04-27 21:54:41 +0000
10
topic_id = "%s-%s" % (topic, "help")
11
filename = bzrlib.osutils.pathjoin(output_dir, topic_id + ".txt")
12
f = open(filename, "w")