Ronald Oussoren <ronaldousso...@mac.com> added the comment:

I don't think this is a bug. The value's in the plutil output are correct, and 
marked up with the correct type in both cases. 

The difference between 0.1 and 0.10000000000000001 is the usual problem with 
floating point representation (see the python.org FAQ).  Plutil uses a 
different algorithm for printing float's than Python, but both evaluate to the 
same binary representation for the float value.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38777>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to