Don't unnecessarily recast lists and dicts
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 2 Jun 2014 06:31:26 +0000 (06:31 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 2 Jun 2014 06:31:26 +0000 (06:31 +0000)
* lib/mudpy/misc.py(Element.getlist,Element.getdict): Unlike INI, YAML
directly encodes other datatypes in addition to strings. When using get
functions for lists and dicts, if they're already provided in their
desired form then don't recast them as doing so would instead create
nested datatypes instead.


No differences found