Comment 6 for bug 839378

Revision history for this message
Brian Murray (brian-murray) wrote :

Another and possibly more succinct way to write your patch follows:

and (which == 'both' or which == 'changelogs'):

vs

and which in ['both', 'changelogs']: