|
From: Michael F. <fuz...@vo...> - 2009-01-16 11:07:53
|
Jeffrey Barish wrote:
> On Monday 12 January 2009 08:16:57 Michael Foord wrote:
>
>> Jeffrey Barish wrote:
>>
>>> I write the repr of a tuple to my configuration file on exit. Usually, I
>>> find "<tuple>" in my configuration file afterward, but occasionally the
>>> quotation marks are missing. I have not been able to detect a pattern.
>>> Any suggestions?
>>>
>> Is it actually causing any problems?
>>
>
> Or worse: If the value in the configuration file is
>
> ('a', ['b', 'c'])
>
> then I get a ParseError (at line 8) when I try to read it. That error I
> cannot fix.
>
> BTW, I am using version 4.5.3.
>
Did you have any luck reproducing this?
Michael
--
http://www.ironpythoninaction.com/
http://www.voidspace.org.uk/blog
|