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

Replace separators found within keys #61

Merged
merged 2 commits into from
Feb 3, 2020
Merged

Replace separators found within keys #61

merged 2 commits into from
Feb 3, 2020

Conversation

baolsen
Copy link

@baolsen baolsen commented Dec 24, 2019

Summary

Separators that already exist within keys pose a risk when unpacking. This PR adds optional ability to replace separators found in keys with some other character

Also fixes some small typo in README.md

Bug Fixes/New Features

  • New parameter: replace_separators=None
  • Fixes in README.md for example flattened values not being correct

How to Verify

New tests: test_replace_separators_*

Side Effects

Does the pull request contain any side effects? This should list non-obvious things that have
changed in the request.

Resolves

Helps with #60

Tests

New tests: test_replace_separators_*
All tests passing

Code Reviewer(s)

@amir-ziai-zefr

@pep8speaks
Copy link

pep8speaks commented Dec 24, 2019

Hello @baolsen! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2020-01-23 22:14:47 UTC

@baolsen baolsen requested a review from amirziai January 28, 2020 09:41
@amirziai amirziai merged commit 1236f75 into amirziai:master Feb 3, 2020
@alexjuda
Copy link

Hi @amirziai, any plans for releasing changes from this PR on PyPI?

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.

4 participants