Chad Kellerman wrote:
> On Fri, May 21, 2010 at 8:07 AM, Chad Kellerman
> wrote:
>
>>
>>
>> On Fri, May 21, 2010 at 7:50 AM, Peter Otten <__pete...@web.de> wrote:
>>
>>> Chad Kellerman wrote:
>>>
>>> > Python users,
>>> > I am parsing an AIX trace file and creating a dictionary
>>> contain
On Fri, May 21, 2010 at 8:07 AM, Chad Kellerman wrote:
>
>
> On Fri, May 21, 2010 at 7:50 AM, Peter Otten <__pete...@web.de> wrote:
>
>> Chad Kellerman wrote:
>>
>> > Python users,
>> > I am parsing an AIX trace file and creating a dictionary
>> containing
>> > keys (PIDS) and values (a lis
On Fri, May 21, 2010 at 7:50 AM, Peter Otten <__pete...@web.de> wrote:
> Chad Kellerman wrote:
>
> > Python users,
> > I am parsing an AIX trace file and creating a dictionary containing
> > keys (PIDS) and values (a list of TIDS). With PIDS being unique process
> > ids
> > and TIDS, being
Chad Kellerman wrote:
> Python users,
> I am parsing an AIX trace file and creating a dictionary containing
> keys (PIDS) and values (a list of TIDS). With PIDS being unique process
> ids
> and TIDS, being a list of thread ids. My function populates the keys so
> that they are unique, but
Python users,
I am parsing an AIX trace file and creating a dictionary containing
keys (PIDS) and values (a list of TIDS). With PIDS being unique process ids
and TIDS, being a list of thread ids. My function populates the keys so
that they are unique, but my list contains duplicates.