]> granicus.if.org Git - python/commit
Job.__init__(): Only create the builddir directory if it will be used (by
authorFred Drake <fdrake@acm.org>
Tue, 17 Jul 2001 14:46:09 +0000 (14:46 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 17 Jul 2001 14:46:09 +0000 (14:46 +0000)
commitaebbca3b610eccde876b243c54d75cae250c36f7
tree2a56331068166dadc0c6791574fe3e0beddbd1ff
parent1b776a2745bd1c87128dea32745539a5593379bd
Job.__init__():  Only create the builddir directory if it will be used (by
    building the HTML or text documentation).  There is no need to create
    it for other formats.

Job.build_html():  The builddir parameter is always passed in, so it need
    not be optional.
Doc/tools/mkhowto