Terry J. Reedy added the comment:

The reason for the apparent writing of unchanged values is that '0' != 'False' 
and '1' !- 'True'.  With all booleans writen as 'False' or 'True', non-enable 
boolean items can be recognized and non-changes not seen as changes.  I will 
next revise the patch and retest.

----------

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

Reply via email to