This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients gvanrossum, serhiy.storchaka
Date 2012-10-05.17:41:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349458900.3.0.965227051923.issue16141@psf.upfronthosting.co.za>
In-reply-to
Content
> Couldn't this be simplified to the following?

I think this is idiomatic now (since 2.5).

There are some places where similar outdated code used. See the attached patch. There are more dubious places in Lib/multiprocessing/managers.py and Lib/asyncore.py.
History
Date User Action Args
2012-10-05 17:41:40serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum
2012-10-05 17:41:40serhiy.storchakasetmessageid: <1349458900.3.0.965227051923.issue16141@psf.upfronthosting.co.za>
2012-10-05 17:41:40serhiy.storchakalinkissue16141 messages
2012-10-05 17:41:39serhiy.storchakacreate