Collin Funk wrote:
> This patch just converts:
> 
>     var = list()
> 
> to
> 
>     var = []
> 
> everywhere.

So that we can grep for 'list(' to find where non-empty lists are getting
constructed (conversion, clone). Nice. Applied.

Bruno




Reply via email to