On Jul 10, 5:37 pm, "Beetle B." <[EMAIL PROTECTED]> wrote:
> Hi,
>
> If I do some_object.users.add(user), it won't complain if the user was
> already in some_object.
>
> Likewise, if I do some_object.users.remove(user), it won't complain if
> the user was never there.
>
> Can I rely on this beha
Hi,
If I do some_object.users.add(user), it won't complain if the user was
already in some_object.
Likewise, if I do some_object.users.remove(user), it won't complain if
the user was never there.
Can I rely on this behavior in the future?
I currently do explicit checks: I create a list of all
2 matches
Mail list logo