Skip to content

[3.7] bpo-35660: Fix imports in idlelib.window (GH-11434) #11449

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

Merged
merged 1 commit into from
Jan 6, 2019

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jan 6, 2019

  • bpo-35660: IDLE: Remove * import from window.py

  • sys was being imported through the *, so also added an import sys.

  • Update 2019-01-04-19-14-29.bpo-35660.hMxI7N.rst

Anyone who wants details can check the issue, where I added the point about the sys import bug.
(cherry picked from commit 11303dd)

Co-authored-by: Cheryl Sabella [email protected]

https://bugs.python.org/issue35660

* bpo-35660: IDLE: Remove * import from window.py

* sys was being imported through the *, so also added an import sys.

* Update 2019-01-04-19-14-29.bpo-35660.hMxI7N.rst

Anyone who wants details can check the issue, where I added the point about the sys import bug.
(cherry picked from commit 11303dd)

Co-authored-by: Cheryl Sabella <[email protected]>
@miss-islington
Copy link
Contributor Author

@csabella and @terryjreedy: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit be37dbf into python:3.7 Jan 6, 2019
@miss-islington miss-islington deleted the backport-11303dd-3.7 branch January 6, 2019 21:13
@miss-islington
Copy link
Contributor Author

@csabella and @terryjreedy: Status check is done, and it's a success ✅ .

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.

5 participants