What steps will reproduce the problem?
>>> import pydot
>>> pydot.Node('a:').get_name()
'a'
What is the expected output?
'a:'
What do you see instead?
'a'
What version of the product are you using? On what operating system?
pydot-1.0.25 / GNU/Linux
Please provide any additional information below.
This works when pydot.needs_quotes(name). For example, it will work when name
== ":a".
Original issue reported on code.google.com by pierre.l...@gmail.com on 26 May 2011 at 8:09
Original issue reported on code.google.com by
pierre.l...@gmail.com
on 26 May 2011 at 8:09