Roundup Tracker - Issues

Message3654

Author stefan
Recipients loewis, richard, stefan
Date 2009-03-17.07:32:08
Message-id <49BE2CA6.9070402@codesourcery.com>
In-reply-to <1237168332.89.0.295542555485.issue2550505@psf.upfronthosting.co.za>
Martin v. Löwis @psf.upfronthosting.co.za wrote:

> The patch is incorrect. It leaves the line
> 
>   args = args + v

Where ?

> 
> even though the variable v has no value anymore.
> 
> I fail to see where precisely search_matches is changed to be a
> sequence. My testing shows it remains a dict.

The 'search_matches' object comes from (tracker instance) template code. 
All I meant to change is its handling, so it didn't have to be a dict, 
but could be any container type. (Using 'in' instead of 'has_key', to be 
more polymorphic.)

Thanks,
		Stefan
History
Date User Action Args
2009-03-17 07:32:09stefansetrecipients: + stefan, richard, loewis
2009-03-17 07:32:09stefanlinkissue2550505 messages
2009-03-17 07:32:08stefancreate