Val Lorentz

Results 511 comments of Val Lorentz

Submitted to Python's bugtracker. https://bugs.python.org/issue28326

This issue will be fixed on Python 3.6.4: https://github.com/python/cpython/pull/4075

No, you need at least Python 3.6.4.

@jothiljose You should use this patch: https://github.com/python/cpython/pull/4075/files but replace `except (AttributeError, ValueError):` with `except (AttributeError, ValueError, OSError):`

I think it should be in AutoMode instead.

Channel does not set any mode while AutoMode does.

Adding a config option for this shouldn't be too hard.