Author: Jamie Wilkinson Date: To: paste-users Subject: Re: [Paste] [bug] paste.fixture.Form error parsing forms with radio
buttons
This one time, at band camp, Ian Bicking wrote:
>Jamie Wilkinson wrote:
>> Line 820 of paste/fixture.py references self.fields; however Form doesn't
>> have a fields attribute at this point, _parse_fields is in the process of
>> constructing it.
>>
>> Altering the line to remove the 'self.' prefix appears to fix the problem.
>
>This is fixed in the trunk.