Archived tweet #9225 from the @leastfixedpoint Twitter Archive@SeanTAllen But before I stop ruining your day, there are also lower-level interesting, uh, features of YAML to be aware of:
>>> yaml.load('countries: [fi, se, no, dk]')
{'countries': ['fi', 'se', False, 'dk']}