Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Fix casing on dict lookup for PTR records #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BurtBiel
Copy link

PTR records were failing to parse for me because the dict lookup for origin returned None. The origin was in fact there, but the dict key was lower-case, not upper-case. I'd love to get this fixed published out so it can be pip installed. Thanks!

@jcnelson
Copy link
Contributor

jcnelson commented Sep 9, 2016

Hi @BurtBiel, apologies for the late turn-around time (we're gearing up for the next release). Thank you for sending us this PR! We'll test it and merge it into the 0.14 release, which will include the CLI, the server, the core libraries (including this one), and the test framework.

@jcnelson
Copy link
Contributor

Merged to rc-0.14.0. Will be included in the next master.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants