A-ha! Thank you very much, Chris. Much appreciated. :-)
Jay
Chris Rebert wrote:
> On Mon, Jul 12, 2010 at 3:32 PM, Junkman wrote:
>> Greetings to Python users,
>>
>> I'm trying to parse Python code using the grammar supplied with the
>> documentation set, and have a question on the grammar fo
On Mon, Jul 12, 2010 at 3:32 PM, Junkman wrote:
> Greetings to Python users,
>
> I'm trying to parse Python code using the grammar supplied with the
> documentation set, and have a question on the grammar for function
> parameters:
>
> funcdef: 'def' NAME parameters ['->' test] ':' suite
> paramet