bpo-38870: Don't omit parenthesis when unparsing a slice in ast.unparse
When unparsing a non-empty tuple, the parentheses can be safely omitted if there aren't any elements that explicitly require them (such as starred expressions).
B
Batuhan Taskaya committed
c102a148256b00b7d48c51a1a97df19042e603de
Parent: 75b863a
Committed by GitHub <noreply@github.com>
on 5/18/2020, 8:48:49 PM