Serhiy Storchaka added the comment:

Unfortunately this will silently break existing code because msg.is_attachment 
will be always true. But it is possible to make EmailMessage.is_attachment a 
property which returns special callable with the __bool__() method which will 
emit deprecation warning and call the __call__() method. After some 
intermediate period (one or two releases) it can be replaced by regular method.

----------
nosy: +serhiy.storchaka

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

Reply via email to