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.

Author terry.reedy
Recipients Saimadhav.Heblikar, gpolo, kbk, ned.deily, python-dev, taleinat, terry.reedy, weeble
Date 2014-10-14.23:30:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413329445.67.0.0799003359169.issue3068@psf.upfronthosting.co.za>
In-reply-to
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.
History
Date User Action Args
2014-10-14 23:30:45terry.reedysetrecipients: + terry.reedy, kbk, taleinat, gpolo, ned.deily, weeble, python-dev, Saimadhav.Heblikar
2014-10-14 23:30:45terry.reedysetmessageid: <1413329445.67.0.0799003359169.issue3068@psf.upfronthosting.co.za>
2014-10-14 23:30:45terry.reedylinkissue3068 messages
2014-10-14 23:30:45terry.reedycreate