Closed
Description
@tseaver WDYT?
This is part of a movement towards making Connection
more of a background / low-level / raw interface (like it is for datastore).
What's more
for bucket in connection.get_all_buckets():
...
seems much more clear than
for bucket in connection:
...
We could potentially make up for __contains__
by adding a Bucket.exists
method / property.