Skip to content

[3.8] Swap 'if' branches so content matches to condition in importlib example (GH-14947)#14949

Merged
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-544fa15-3.8
Jul 25, 2019
Merged

[3.8] Swap 'if' branches so content matches to condition in importlib example (GH-14947)#14949
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-544fa15-3.8

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 25, 2019

Copy link
Copy Markdown
Contributor

Prior to this change the guard on an 'elif' used an assignment expression whose value was used in a later 'else' block, causing some confusion for people.

(Discussion on Twitter: https://twitter.com/brettsky/status/1153861041068994566.)

Automerge-Triggered-By: @brettcannon
(cherry picked from commit 544fa15)

Co-authored-by: Tzu-ping Chung uranusjr@gmail.com

Automerge-Triggered-By: @brettcannon

…le (pythonGH-14947)

Prior to this change the guard on an 'elif' used an assignment expression whose value was used in a later 'else' block, causing some confusion for people.

(Discussion on Twitter: https://twitter.com/brettsky/status/1153861041068994566.)

Automerge-Triggered-By: @brettcannon
(cherry picked from commit 544fa15)

Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
@miss-islington

Copy link
Copy Markdown
Contributor Author

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

@miss-islington
miss-islington merged commit c594c27 into python:3.8 Jul 25, 2019
@miss-islington
miss-islington deleted the backport-544fa15-3.8 branch July 25, 2019 17:28
@miss-islington

Copy link
Copy Markdown
Contributor Author

@uranusjr: 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

docs Documentation in the Doc dir skip issue skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants