VS

Results 5 comments of VS

Thank you for your quick response. I like the idea to use the ReaderListener, but it hard to write a handler for a case when I want to replace all...

I think is not enough. We already have a tweak_close: ```python def tweak_close(outer, inner): """Ensure that closing the `outer` stream closes the `inner` stream as well. Use this when your...

@mpenkov I'm not sure how to determine when it is being called as part of exception handling or not so I decided to use `sys.exc_info()`.

Hi, I hope you are doing well! Is there any update?