How to form a dict out of a string by doing regex ?
Miki Tebeka
miki.tebeka at gmail.com
Wed Jun 15 12:16:12 EDT 2011
One solution is https://gist.github.com/1027445.
Note that you have a stray , in your last POINT.
I recommend however using some kind of parser framework (PLY?).
More information about the Python-list
mailing list