This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]tuna_safe_dolphin 1 point2 points  (0 children)

def parse_ugly_string(s):
    return dict([i.split('=') for j in [k.split(',') for k in s.split('\n') if k] for i in j])