[Tutor] Re: parsing configuration files

Lee Harr missive at hotmail.com
Mon Dec 22 17:18:30 EST 2003


>  I wrote a simple
>parser but it acts strangely.


>>>a = []
>>>a += 'foo'
>>>a
['f', 'o', 'o']
>>>a = []
>>>a.append('foo')
>>>a
['foo']

_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* 
http://join.msn.com/?page=features/junkmail




More information about the Tutor mailing list