Skip to content

v0.2.1

Choose a tag to compare

@anthrotype anthrotype released this 01 Oct 12:25
· 82 commits to master since this release
v0.2.1
95b46cb

Reverted the default value of use_numbers to False in the parser's load and loads functions. So by default the parser will treat any plist string whether quoted or unquoted as a Python unicode string.

Set it to True to enable the feature whereby unquoted plist strings are attempted to be converted to Python int or float.