Skip to content
  • Sponsor bpython/bpython

  • Notifications You must be signed in to change notification settings
  • Fork 245

Python 2.5 compatability #279

Closed
Closed
@ikanobori

Description

@ikanobori

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.)


Activity

ikanobori

ikanobori commented on Jul 4, 2014

@ikanobori
ContributorAuthor

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


Original Comment By: Michael Schuller

ikanobori

ikanobori commented on Jul 4, 2014

@ikanobori
ContributorAuthor

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

ikanobori commented on Jul 4, 2014

@ikanobori
ContributorAuthor

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Python 2.5 compatability · Issue #279 · bpython/bpython