Ezio Melotti added the comment:

Do you have any suggestion?
The section already includes examples about empty classes and as placeholder 
inside functions, and the only other "realistic" situations I can think of is 
inside an except to ignore errors -- but that might be considered an 
anti-pattern too.
It could be used with "for" loops if you want to e.g. consume an iterator, or 
with the "with" statement if you want to create an empty file, but these cases 
are not very common.

----------
nosy: +ezio.melotti

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

Reply via email to