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

Not working with some dictionaries in Python 3.7 #25

Open
pdonorio opened this issue Jul 12, 2018 · 1 comment
Open

Not working with some dictionaries in Python 3.7 #25

pdonorio opened this issue Jul 12, 2018 · 1 comment

Comments

@pdonorio
Copy link

pdonorio commented Jul 12, 2018

You can quickly reproduce with docker:

docker run -it --rm python:3.7.0-alpine3.7 ash
# inside the container
pip3 install beeprint ipython
ipython
# inside ipython
from beeprint import pp
mydict = {'data': {'type': 'profile',
  'id': 'someid',
  'attributes': {'created_at': '2018-07-12T22:10:10Z'},
  'relationships': {'identity_searches': {'links': {'related': '/aaaa'}}}}}
pp(mydict)

[ERROR stack trace]
@wujixian
Copy link

Not working with some dictionaries in Python 3.5.4

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

No branches or pull requests

2 participants