[issue1416] @prop.setter decorators

Guido van Rossum report at bugs.python.org
Sat Nov 10 19:29:04 CET 2007


Guido van Rossum added the comment:

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.

Added file: http://bugs.python.org/file8726/propset2.diff

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1416>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: propset2.diff
Type: text/x-patch
Size: 4490 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20071110/3a15cba5/attachment.bin 


More information about the Python-bugs-list mailing list