n-list@python.org
Subject: Re: creating lists based on parsed items
En Wed, 06 Jun 2007 13:24:54 -0300, Jason White <[EMAIL PROTECTED]>
escribió:
> I am trying to do what (I think) should be fairly straightforward. I
> have a list of items that i want to sort into buckets. in item 1 of
Sorry ... one minor detail lacking. I'm saddled with Python 2.3.4
Jason
-Original Message-
From: [EMAIL PROTECTED] on behalf of Basilisk96
Sent: Wed 6/6/2007 6:49 PM
To: python-list@python.org
Subject: Re: creating lists based on parsed items
> If you are using Python 2.5, use a defaul
Hello all ...
Sorry for jumping in and askig with 0 lurk-time.
I am trying to do what (I think) should be fairly straightforward. I have a
list of items that i want to sort into buckets. in item 1 of each line is the
object I want to sort and in item 2 is the name of the bucket. I am making it