http://gitunderground.i2p/archive/youtube-dl/commit/06da64ee51cd405b9392ba484cf7d3d31a88ee30
$ ' , ' 0123 ' ) self . assertEqual ( traverse_obj ( mobj , Ellipsis ) , [ x for x in mobj . groups ( ) if x is not None ] , @@ -2030,14 +2014,151 @@ Line 1 self . assertEqual ( traverse_obj ( mobj , lambda k , _ : k in ( 0 , ' group ' ) ) , [ ' 0123 ' , ' 3 ' ] , msg = ' function on a `re.Match` should give group name as well ' ) # Test xml.etree.ElementTree.Element as input obj etree = compat_etree_fromstring ( ''' <?xml version= " 1.0 " ?> <data> <country name= " Liechtenstein " >...