bpo-33878: Doc: Fix missing case by simplifying. by JulienPalard · Pull Request #7762 · python/cpython

@JulienPalard

The documentation was not covering multiple targets enclosed by
parenthesis nor multiple targets enclosed by brackets, adding them all
would be heavy, an else cover them all and is lighter to read.

terryjreedy

pablogsal

pablogsal

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Nov 11, 2018
The documentation was not covering multiple targets enclosed by
parenthesis nor multiple targets enclosed by brackets, adding them all
would be heavy, an else cover them all and is lighter to read.
(cherry picked from commit 082875d)

Co-authored-by: Julien Palard <julien@palard.fr>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Nov 12, 2018
The documentation was not covering multiple targets enclosed by
parenthesis nor multiple targets enclosed by brackets, adding them all
would be heavy, an else cover them all and is lighter to read.
(cherry picked from commit 082875d)

Co-authored-by: Julien Palard <julien@palard.fr>

JulienPalard added a commit that referenced this pull request

Nov 12, 2018
The documentation was not covering multiple targets enclosed by
parenthesis nor multiple targets enclosed by brackets, adding them all
would be heavy, an else cover them all and is lighter to read.
(cherry picked from commit 082875d)

Co-authored-by: Julien Palard <julien@palard.fr>

JulienPalard added a commit that referenced this pull request

Nov 12, 2018
The documentation was not covering multiple targets enclosed by
parenthesis nor multiple targets enclosed by brackets, adding them all
would be heavy, an else cover them all and is lighter to read.
(cherry picked from commit 082875d)

Co-authored-by: Julien Palard <julien@palard.fr>