Skip to content
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

No longer allow ipaddress objects in pure Python implementation #32

Merged
merged 7 commits into from
Nov 3, 2017

Conversation

oschwald
Copy link
Member

@oschwald oschwald commented Nov 3, 2017

This makes the pure Python implementation consistent with the C
extension. The fact that these worked at all was an implementation
detail that changed over time.

This PR also includes a fix for #30.

@oschwald oschwald force-pushed the greg/object-input branch 2 times, most recently from 5a97c66 to 30a4443 Compare November 3, 2017 17:03
This makes the pure Python implementation consistent with the C
extension. The fact that these worked at all was an implementation
detail that changed over time.
@coveralls
Copy link

coveralls commented Nov 3, 2017

Coverage Status

Coverage remained the same at 44.28% when pulling 77b31c8 on greg/object-input into 0b651e2 on master.

@coveralls
Copy link

coveralls commented Nov 3, 2017

Coverage Status

Coverage remained the same at 95.066% when pulling 9ebe165 on greg/object-input into 0b651e2 on master.

HISTORY.rst Outdated
* IMPORTANT: Previously, the pure Python reader would allow
`ipaddress.IPv4Address` and `ipaddress.IPv6Address` objects when calling
`.get()`. This would fail with the C extension. The fact that these objects
worked at all was an implementation details and has varied with different
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/details/detail/

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Fixed in e9e1cc2.

@coveralls
Copy link

coveralls commented Nov 3, 2017

Coverage Status

Coverage remained the same at 95.066% when pulling e9e1cc2 on greg/object-input into 0b651e2 on master.

@andyjack andyjack merged commit 4aeb00e into master Nov 3, 2017
@andyjack andyjack deleted the greg/object-input branch November 3, 2017 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants