Message 229384 - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Content
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.