On 16 mai, 23:34, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> On 16 mai, 23:28, Hans Nowak <[EMAIL PROTECTED]> wrote:
>
>
> > Dan Upton wrote:
> > > for pid in procs_dict:
(snip)
> >    for pid in procs_dict.keys():
>
> I'm afraid this will do the same exact thing. A for loop on a dict
> iterates over the dict keys, so both statements are strictly
> equivalent from a practical POV.

Hem. Forget it. I should think twice before posting - this will
obviously make a big difference here.  Sorry for the noise.

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to