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, martin.panter, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2015-03-30.17:38:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427737117.77.0.144287373328.issue23326@psf.upfronthosting.co.za>
In-reply-to
Content
Should I restore __ne__ in asyncio? The version without __ne__ will work with Python 3.4.3 because issue21408 patch was committed in 3.4 too. Explicit __ne__ implementation is just redundant.
History
Date User Action Args
2015-03-30 17:38:37serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, rhettinger, vstinner, python-dev, martin.panter
2015-03-30 17:38:37serhiy.storchakasetmessageid: <1427737117.77.0.144287373328.issue23326@psf.upfronthosting.co.za>
2015-03-30 17:38:37serhiy.storchakalinkissue23326 messages
2015-03-30 17:38:37serhiy.storchakacreate