Skip to content

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

Merged
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-11303dd-3.7
Jan 6, 2019
Merged

[3.7] bpo-35660: Fix imports in idlelib.window (GH-11434)#11449
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-11303dd-3.7

Conversation

@miss-islington

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

Copy link
Copy Markdown
Contributor
  • 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 cheryl.sabella@gmail.com

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 <cheryl.sabella@gmail.com>
@miss-islington

Copy link
Copy Markdown
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
Copy Markdown
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