v0.2.1
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.