Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

More Python3/2 compatability changes #461

Merged
merged 5 commits into from
Feb 10, 2019
Merged

Conversation

jarondl
Copy link
Contributor

@jarondl jarondl commented Jan 28, 2019

Part of #412
Started with futurize -nw --stage1 ., but had to do a few manual changes.
Note that it includes commits from #460

Another backwards compatible change as part of google#412

by running:

    futurize -nw -f libfuturize.fixes.fix_print_with_import  .
Part of google#412

Started by:
futurize -nw -f libfuturize.fixes.fix_absolute_import  .
And followed up by fixing a few local problems.
transitfeed has many import cycles, which is a bad thing. Converting
to absolute import exposed some of them. This changes adds the minimal
changes required to make imports work, for example by moving some
types from `problems.py` to `errors.py`.
Part of google#412

Started with `futurize -nw --stage1 .`, but had to do a few manual
changes.
@stotala stotala merged commit 1c7f8c0 into google:master Feb 10, 2019
@jarondl jarondl deleted the py3_misc branch February 11, 2019 01:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants