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 giampaolo.rodola
Recipients Nir Soffer, giampaolo.rodola, serhiy.storchaka, vstinner, walkhour
Date 2017-07-26.00:07:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501027634.87.0.876682327311.issue30985@psf.upfronthosting.co.za>
In-reply-to
Content
I would probably feel safer to use "__closed" for all python versions and adopt the same naming convention for any attribute we may want to add in the future. Kinda weird, but asyncore is probably the only case of deprecated module with bad API design which makes it risky to make any change to the class namespace. As such I consider using the ugly "__" prefix justifiable.
History
Date User Action Args
2017-07-26 00:07:15giampaolo.rodolasetrecipients: + giampaolo.rodola, vstinner, serhiy.storchaka, Nir Soffer, walkhour
2017-07-26 00:07:14giampaolo.rodolasetmessageid: <1501027634.87.0.876682327311.issue30985@psf.upfronthosting.co.za>
2017-07-26 00:07:14giampaolo.rodolalinkissue30985 messages
2017-07-26 00:07:14giampaolo.rodolacreate