Re: configparser shuffles all sections ?

2007-06-22 Thread Fuzzyman
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,

Re: configparser shuffles all sections ?

2007-06-22 Thread Fuzzyman
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

Re: configparser shuffles all sections ?

2007-06-22 Thread Stef Mientki
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

Re: configparser shuffles all sections ?

2007-06-22 Thread Steven D'Aprano
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

Re: configparser shuffles all sections ?

2007-06-22 Thread Nick Craig-Wood
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

Re: configparser shuffles all sections ?

2007-06-22 Thread stef
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

Re: configparser shuffles all sections ?

2007-06-22 Thread Marc 'BlackJack' Rintsch
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

configparser shuffles all sections ?

2007-06-22 Thread stef
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