Raymond Hettinger added the comment:

FWIW, I find assertClose easy to misinterpret.  At first, it looks like an 
assertion that a file is closed.  And once you mentally pronounce it like 
"close something that is open", it is harder to make the jump to "close as in 
nearby".

Also, I feed there is very little need for this. that we don't need another way 
to do it, and that the menagerie of specific asserts is getting harder to learn 
and remember (i.e. is easier to make up new assert methods than it is to 
remember what someone else wanted to name it).

----------
nosy: +rhettinger

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

Reply via email to