Re: [Python-Dev] array matching

2010-04-29 Thread Terry Reedy
On 4/29/2010 1:58 PM, Bill Jordan wrote: I am sorry if this is not the right list to post some questions. You cross-posted to 4. Not good as answers will go to all 4 if responders are not careful. Gmane.comp.python.devel is only for the development of the next versions of CPython and mainly f

Re: [Python-Dev] array matching

2010-04-29 Thread Oleg Broytman
Hello. We'are sorry but we cannot help you. This mailing list is to work on developing Python (fixing bugs and adding new features to Python itself); if you're having problems using Python, please find another forum. Probably python-list (comp.lang.python) news group/mailing list is the best pl

[Python-Dev] array matching

2010-04-29 Thread Bill Jordan
Hey guys, I am sorry if this is not the right list to post some questions. I have a simple question please and would appreciate some answers as I am new to Python. I have 2 D array: test = [[A,1],[B,2],[A,3][B,4]] I want to arrang this array in different arrays so each one will have what is att