Roundup Tracker - Issues

Message3649

Author loewis
Recipients loewis, richard, stefan
Date 2009-03-16.01:52:12
Message-id <1237168332.89.0.295542555485.issue2550505@psf.upfronthosting.co.za>
In-reply-to
The patch is incorrect. It leaves the line

  args = args + v

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. So the correct line should be

  args = args + search_matches.keys()

However, this is actually what it was before, so I'm puzzled...
History
Date User Action Args
2009-03-16 01:52:12loewissetmessageid: <1237168332.89.0.295542555485.issue2550505@psf.upfronthosting.co.za>
2009-03-16 01:52:12loewissetrecipients: + loewis, richard, stefan
2009-03-16 01:52:12loewislinkissue2550505 messages
2009-03-16 01:52:12loewiscreate