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
#10833 dis most of that but there seem to be some logic still handling python 3.3
ipython/IPython/core/extensions.py
Lines 17 to 21 in dda5238
ipython/IPython/utils/openpy.py
Lines 117 to 121 in dda5238
ipython/IPython/utils/text.py
Lines 512 to 519 in dda5238
(3.4.2+)
ipython/IPython/core/magics/execution.py
Lines 145 to 149 in dda5238
There are possibly other places, this should be relatively easy to fix for a new contributor.
Each of these removal can be a separate PR.
The text was updated successfully, but these errors were encountered:
I would try to clean them up with separate PRs for each fix.
Sorry, something went wrong.
I have now created two pull requests for fixes in IPython/core/extensions.py and IPython/utils/openpy.py. Based on the feedback from the maintainers, I would proceed to clean up rest of the files.
Merge pull request #11093 from subhrm/11068-B
a041d24
Issue #11068 : Cleanup extra logic that handle python <=3.3 in IPython/utils/openpy.py
9c4b47a
Merge pull request #11092 from subhrm/11068-A
64afe4b
Issue #11068 : Cleanup extra logic that handle python <=3.3 in IPython/core/extensions.py
No branches or pull requests
#10833 dis most of that but there seem to be some logic still handling python 3.3
ipython/IPython/core/extensions.py
Lines 17 to 21 in dda5238
ipython/IPython/utils/openpy.py
Lines 117 to 121 in dda5238
ipython/IPython/utils/text.py
Lines 512 to 519 in dda5238
(3.4.2+)
ipython/IPython/core/magics/execution.py
Lines 145 to 149 in dda5238
There are possibly other places, this should be relatively easy to fix for a new contributor.
Each of these removal can be a separate PR.
The text was updated successfully, but these errors were encountered: