← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1112058] Re: Use the "not in" operator for collection membership evaluation

 

** Changed in: keystone
       Status: Fix Committed => Fix Released

** Changed in: keystone
    Milestone: None => grizzly-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1112058

Title:
  Use the "not in" operator for collection membership evaluation

Status in OpenStack Identity (Keystone):
  Fix Released

Bug description:
  if not X in Y:  # BAD, hard to understand
        pass

  if X not in Y:  # OKAY, intuitive
        pass

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1112058/+subscriptions