-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-16965: 2to3 now rewrites execfile() to open with 'rb' #8569
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
bpo-16965: 2to3 now rewrites execfile() to open with 'rb' #8569
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but please add a news entry.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Misc/NEWS.d/next/Library/2018-10-12-20-30-42.bpo-16965.xo5LAr.rst
Outdated
Show resolved
Hide resolved
Thanks @ZackerySpytz for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7. |
GH-9838 is a backport of this pull request to the 3.7 branch. |
GH-9839 is a backport of this pull request to the 3.6 branch. |
Sorry, @ZackerySpytz and @serhiy-storchaka, I could not cleanly backport this to |
GH-9890 is a backport of this pull request to the 2.7 branch. |
Hi! The buildbot AMD64 Windows7 SP1 2.7 has failed when building commit f5e00f4. You can take a look here: |
Hi! The buildbot x86 Windows XP VS9.0 2.7 has failed when building commit f5e00f4. You can take a look here: |
https://bugs.python.org/issue16965