I\'m trying to (slightly) improve a script that does a quick-and-hacky parse of some config files.
Upon recognising \"an item\" read from the file, I need to try to conv
ast.literal_eval() handles all simple Python literals, and most compound literals.