Support for Graphviz dot v2.20.2
Brought to you by:
edloper
epydoc.docwriter.dotgraph cannot detect the version of Graphviz dot v2.20.2 (and likely others) because the regular expression used is out of date w.r.t the output from the dot command.
OLD STYLE (fabricated example):
dot version 1.8.0 (Fri Dec 12 18:38:09 UTC 2005)
NEW STYLE:
dot - Graphviz version 2.20.2 (Fri Dec 12 18:38:09 UTC 2008)
I have enclosed a patch against r1812 in SubVersion.
Regards,
RobM
Fix dot tool version detection