What's your stance on wrapping like this: ``` python a = {'foo': [ 42, ]} # or z = [( 'a', ), ( 'b', )] ``` Is this something you'd be interested in allowing?