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 gvanrossum
Recipients _doublep, gvanrossum
Date 2007-11-10.18:29:03
SpamBayes Score 0.21893527
Marked as misclassified No
Message-id <1194719343.79.0.346583143887.issue1416@psf.upfronthosting.co.za>
In-reply-to
Content
propset2.diff is a new version that improves upon the heuristic for
making the deleter match the setter: when changing setters, if the old
deleter is the same as the old setter, it will replace both the deleter
and setter.

This diff is relative to the 2.6 trunk; it applies to 3.0 too.
Files
File name Uploaded
propset2.diff gvanrossum, 2007-11-10.18:29:03
History
Date User Action Args
2007-11-10 18:29:04gvanrossumsetspambayes_score: 0.218935 -> 0.21893527
recipients: + gvanrossum, _doublep
2007-11-10 18:29:04gvanrossumsetspambayes_score: 0.218935 -> 0.218935
messageid: <1194719343.79.0.346583143887.issue1416@psf.upfronthosting.co.za>
2007-11-10 18:29:03gvanrossumlinkissue1416 messages
2007-11-10 18:29:03gvanrossumcreate