Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merge @mikecunha's additions #16

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

Conversation

KOLANICH
Copy link

No description provided.

michael.cunha added 11 commits February 20, 2018 19:57
Using 2to3.
Using 2to3. Also cleaned up white space formatting.
Using 2to3.
Using 2to3.
Using 2to3.
Base functionality works after a python setup.py install now. However,
none of the defs that attempt to import csv files from the data
directory work with this commit. It will need a MANIFEST.in and/or
package_data and some work with relative paths.
@KOLANICH KOLANICH changed the title Merge mikecunhas' additions Merge @mikecunha's additions Aug 15, 2018
@shlicshlac
Copy link

Why did you propose typecasting dict.items() calls to lists everywhere?

@KOLANICH
Copy link
Author

  1. I am not the original author of the code
  2. It is a modification 2to3 does. The automatic way to port python 2 code to python 3 is to run 2to3. It is not very intelligent, so it wraps the funcs returning iterators in python 3 that have been returning lists in python 2 into lists.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants