Skip to content

Two minor fixes #4

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

patrickhallen
Copy link
Contributor

The first commit fixes a bug in list parsing and the folloing three commits enable compatibility with Python 3 while keeping compatibility to older version as well.

The new StringIO from the io module uses unicode by default, while the
old one uses str. The whole Interfile module is written using str and
not unicode text as data type.
Python 3 doesn't support the used deletechars argument of translate(),
so this part was rewritten using replace().
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.

1 participant