Re: has_changed as property

2016-09-29 Thread Sven R. Kunze
One additional note: has_changed is a lot more subtle than is_valid because it is used less often than is_valid (checked by grepping through our sources). Am Donnerstag, 29. September 2016 17:18:35 UTC+2 schrieb Sven R. Kunze: > > That's works for me. > > Am Donnerstag, 29. September 2016 15:56:

Re: has_changed as property

2016-09-29 Thread Sven R. Kunze
That's works for me. Am Donnerstag, 29. September 2016 15:56:18 UTC+2 schrieb Tim Graham: > > Unless there are different arguments for has_changed vs. is_valid, I > suggest we discuss both attributes on the nearly identical "is_valid as > property" thread. > > On Thursday, September 29, 2016 at

Re: has_changed as property

2016-09-29 Thread Tim Graham
Unless there are different arguments for has_changed vs. is_valid, I suggest we discuss both attributes on the nearly identical "is_valid as property" thread. On Thursday, September 29, 2016 at 9:40:38 AM UTC-4, Sven R. Kunze wrote: > > Good afternoon, > > I would like to follow up on > https:/