replacing __dict__ with an OrderedDict

Arnaud Delobelle arnodel at gmail.com
Fri Jan 6 16:38:32 EST 2012


On 6 January 2012 13:40, Ulrich Eckhardt
<ulrich.eckhardt at dominolaser.com> wrote:
> Am 06.01.2012 12:44, schrieb Peter Otten:
>
>> Alternatively you can write your own test loader:
>
> [...CODE...]
>
> Well, actually you just did that for me and it works! ;)
>
>
> Nonetheless, I'm still wondering if I could somehow replace the dict with an
> OrderedDict.

No, you can't.

-- 
Arnaud



More information about the Python-list mailing list