On Jun 23, 1:14 am, Fuzzyman <[EMAIL PROTECTED]> wrote:
> On Jun 22, 8:28 pm, Stef Mientki <[EMAIL PROTECTED]>
> wrote:
>
>
>
> > Nick Craig-Wood wrote:
> > > stef <[EMAIL PROTECTED]> wrote:
> > >> I just used configparser for the first time and discovered that it
> > >> shuffled all my sections,
On Jun 22, 8:28 pm, Stef Mientki <[EMAIL PROTECTED]>
wrote:
> Nick Craig-Wood wrote:
> > stef <[EMAIL PROTECTED]> wrote:
> >> I just used configparser for the first time and discovered that it
> >> shuffled all my sections,
> >> and the contents of the sections too.
>
> >> This makes human mani
Nick Craig-Wood wrote:
> stef <[EMAIL PROTECTED]> wrote:
>> I just used configparser for the first time and discovered that it
>> shuffled all my sections,
>> and the contents of the sections too.
>>
>> This makes human manipulation of the file impossible.
>>
>> Is there a way to prevent this
On Fri, 22 Jun 2007 09:28:42 +0200, stef wrote:
> hello,
>
> I just used configparser for the first time and discovered that it
> shuffled all my sections,
> and the contents of the sections too.
>
> This makes human manipulation of the file impossible.
Having read the rest of this thread, I t
stef <[EMAIL PROTECTED]> wrote:
> I just used configparser for the first time and discovered that it
> shuffled all my sections,
> and the contents of the sections too.
>
> This makes human manipulation of the file impossible.
>
> Is there a way to prevent this shuffling,
You could try get
Marc 'BlackJack' Rintsch wrote:
> In <[EMAIL PROTECTED]>, stef wrote:
>
>
>> I just used configparser for the first time and discovered that it
>> shuffled all my sections, and the contents of the sections too.
>>
>
> The data is stored in dictionaries.
>
So there should be some way to
In <[EMAIL PROTECTED]>, stef wrote:
> I just used configparser for the first time and discovered that it
> shuffled all my sections, and the contents of the sections too.
The data is stored in dictionaries.
> This makes human manipulation of the file impossible.
Why so?
Ciao,
Marc 'Bl
hello,
I just used configparser for the first time and discovered that it
shuffled all my sections,
and the contents of the sections too.
This makes human manipulation of the file impossible.
Is there a way to prevent this shuffling,
or are there other libraries that can handle windows ini-file