]> granicus.if.org Git - python/commit
Re-written mkhowto in Python; this should be at least a little more
authorFred Drake <fdrake@acm.org>
Wed, 3 Mar 1999 20:24:30 +0000 (20:24 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 3 Mar 1999 20:24:30 +0000 (20:24 +0000)
commit8b88093b959fb7f1cd570c4334d95ad9fe7953f3
tree7cde0d17d3418d11b70af0566264c7ee56489d60
parent749f943a6b4c628f29f1d9321ba6644570fa274e
Re-written mkhowto in Python; this should be at least a little more
portable.

Several things that had been done by running a python script are now a
matter of importing the right module and running a function with a few
parameters.
Doc/tools/mkhowto [new file with mode: 0755]