[issue7686] redundant open modes 'rbb', 'wbb', 'abb' no longer work on Windows

Christian Heimes report at bugs.python.org
Sun Jul 7 16:50:19 CEST 2013


Christian Heimes added the comment:

For Python 2.7 we can no longer do anything about it. Any chance might break 3rd party software. Python 3.x and Python 2.7's io module don't allow redundant information.

I suggest that you follow Ezio's advice and check for redundancy in your application.

----------
nosy: +christian.heimes
resolution:  -> wont fix
stage: test needed -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list