Skip to content

Fix deprecated code path usage in RiakBucket.search() #273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 13, 2013

Conversation

xen0n
Copy link
Contributor

@xen0n xen0n commented Aug 13, 2013

The two expressions are equivalent, except the original one is using deprecated API. Internal usage of publicly deprecated API should be avoided in general, plus it's causing annoying UserWarnings when the user is not at fault. So here's a patch fixing that.

Thanks for your work making the 2.0 release more usable and Pythonic!

@seancribbs
Copy link

Thank you!

seancribbs pushed a commit that referenced this pull request Aug 13, 2013
Fix deprecated code path usage in RiakBucket.search()
@seancribbs seancribbs merged commit 3f0c0c8 into basho:master Aug 13, 2013
@xen0n xen0n deleted the update-bucket-search branch August 14, 2013 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants