New submission from Dávid Nemeskey <nemesk...@gmail.com>:

TextIOWrapper objects returned by gzip.open() or bz2.open() do not have the 
'mode' data member. Those returned by io.open() do. It would be nice if it did.

----------
components: Library (Lib)
messages: 337745
nosy: nemeskeyd
priority: normal
severity: normal
status: open
title: '_io.TextIOWrapper' object has no attribute 'mode'
versions: Python 3.5, Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36271>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to