[issue22709] restore accepting detached stdin in fileinput binary mode

R. David Murray report at bugs.python.org
Thu Oct 23 16:32:22 CEST 2014


R. David Murray added the comment:

I actually agree that this should be applied not only for backward compatibility reasons, but because it is better duck typing.  It unfortunately leaves code still having to potentially deal with "if python version is 3.4.1 or 3.4.2", but there is nothing that can be done about that.

----------
nosy: +r.david.murray
versions:  -Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22709>
_______________________________________


More information about the Python-bugs-list mailing list