STINNER Victor added the comment:

Catching TypeError on len() looks as an ugly test to check if body is a string. 
Why not doing the opposite: first to call fileno() and call AttributeError? Or 
even use hasattr(body, "fileno")?

----------
nosy: +haypo

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

Reply via email to