Closed florentx closed 10 years ago
How will you do that? with a custom defaultdict? and an override of repr?
I think I'll simply replace
return res
with
return dict(res)
of course, sorry, I didn't read the code.
in this case, my option is useless and completely stupid.
stef
now fixed
This should be cast to dict before printing.