-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add dns.Client.get_zone #1718
Add dns.Client.get_zone #1718
Conversation
Adding this method kind of violates "There should be one-- and preferably only one --obvious way to do it.", given that is is an alias for: zone = client.zone('my-zone')
zone.reload() |
Yeah, so is |
Also as an aside, |
|
Seems I'm outvoted. That's fine. I'm going to file a few bugs that keep the preferred method from working today. |
I don't think you're outvoted yet. I'm still +1 to |
For example:: | ||
|
||
>>> try: | ||
>>> zone = client.get_zone('my-zone') |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Is this PR still relevant? If not, feel free to close it. |
Not sure, but we can reopen this if it comes back up! |
No description provided.