John Snow <js...@redhat.com> writes: > It does happen to be a list (as of now), but we can describe it in more > general terms with no loss in accuracy to allow tuples and other > constructs. > > In the future, we can write "ifcond: Sequence[str] = ()" as a default > parameter, which we could not do with a Mutable type like a List.
Well, we could write "= []", but we shouldn't. Worth a commit message tweak? > Signed-off-by: John Snow <js...@redhat.com> Reviewed-by: Markus Armbruster <arm...@redhat.com>