Giampaolo Rodola' added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30985>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to