[issue36271] '_io.TextIOWrapper' object has no attribute 'mode'

2019-05-30 Thread Berker Peksag
Berker Peksag added the comment: Thank you for the report. This is a duplicate of issue 32655. -- nosy: +berker.peksag resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> File mode should be a constant ___ Python

[issue36271] '_io.TextIOWrapper' object has no attribute 'mode'

2019-03-13 Thread SilentGhost
Change by SilentGhost : -- nosy: +pitrou type: -> behavior versions: +Python 3.8 -Python 3.5 ___ Python tracker ___ ___

[issue36271] '_io.TextIOWrapper' object has no attribute 'mode'

2019-03-12 Thread Dávid Nemeskey
Dávid Nemeskey added the comment: Note that this is not the same as GZipFile.mode, which is 1 or 2 (READ or WRITE), instead of the more informative "[raw][bt ]". -- ___ Python tracker

[issue36271] '_io.TextIOWrapper' object has no attribute 'mode'

2019-03-12 Thread Dávid Nemeskey
New submission from Dávid Nemeskey : 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: