Re: [Python-ideas] make Connections iterable

On Mon, Jan 8, 2018 at 10:34 PM, Nick Coghlan <ncoghlan@gmail.com> wrote
It could be useful to include a recipe in the documentation that shows a generator with suitable error handling (taking the generic connection errors and adapting them to app specific ones) while also showing how to adapt the connection to the iterator protocol, though.
Agreed +1. This would be great for three reasons: - Error handling should be as close to the source of errors as possible (i.e.: in the iterator). - Converting error's and adapting them is a great idea; - Mostly: Any documentation that shows people how to do better error handling, is always welcome. <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon> Virus-free. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
participants (1)
-
Amit Green