Skip to content

Python 2.5 compatability #279

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

Closed
ikanobori opened this issue Jul 4, 2014 · 3 comments
Closed

Python 2.5 compatability #279

ikanobori opened this issue Jul 4, 2014 · 3 comments

Comments

@ikanobori
Copy link
Contributor

bpython currently fails to install and run on Python 2.5, due to some missing "from future" imports, and the exception syntax being used.

I know 2.5 is old as dirt at this point, but since I for one am stuck using it for a large number of projects at work, I'd dearly love to keep this interpreter compatible that far back. (Especially since the necessary changes are few.)


@ikanobori
Copy link
Contributor Author

Yes, installs and runs just fine. Thanks very much!


Original Comment By: Michael Schuller

@ikanobori
Copy link
Contributor Author

Thanks for your PR. I've merged it and made sure curtsies is not installed with Python 2.5 Please let me know if that works for you.


Original Comment By: Sebastian Ramacher

@ikanobori
Copy link
Contributor Author

For reference: I was the person who filed this issue. Didn't realize I wasn't logged in.


Original Comment By: Michael Schuller

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

No branches or pull requests

1 participant