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

Is Python 3.5 supported? #8

Closed
pquentin opened this issue Jan 2, 2018 · 2 comments
Closed

Is Python 3.5 supported? #8

pquentin opened this issue Jan 2, 2018 · 2 comments

Comments

@pquentin
Copy link

pquentin commented Jan 2, 2018

I see that you removed f-strings for Read the Docs which runs Python 3.5. Does that mean Python 3.5 is supported? Just asking. Thanks!

@tommikaikkonen
Copy link
Owner

Not fully yet. Python 3.5 doesn't maintain the order of keyword arguments, which prettyprinter.pretty_call depends on, so they will appear in undefined order in the output. There are also some standard library changes, e.g. the fold property on datetimes which doesn't exist on Python 3.5.

There is some more discussion here ipython/ipython#10953. These issues are quite straightforward to fix and I will gladly accept PRs for them.

@tommikaikkonen
Copy link
Owner

Version 0.11.0 supports Python 3.5. I just uploaded it 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

No branches or pull requests

2 participants