[issue27037] Universal newline support for zipFile.ZipExtFile.read() is not working (deprecated?), and the missing functionality not documented

2020-05-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Python 2.7 is no longer supported. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___

[issue27037] Universal newline support for zipFile.ZipExtFile.read() is not working (deprecated?), and the missing functionality not documented

2016-05-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The support of the "U" mode will be removed in 3.6 (issue27029). -- nosy: +serhiy.storchaka ___ Python tracker ___

[issue27037] Universal newline support for zipFile.ZipExtFile.read() is not working (deprecated?), and the missing functionality not documented

2016-05-16 Thread R. David Murray
Changes by R. David Murray : -- Removed message: http://bugs.python.org/msg265705 ___ Python tracker ___

[issue27037] Universal newline support for zipFile.ZipExtFile.read() is not working (deprecated?), and the missing functionality not documented

2016-05-16 Thread R. David Murray
R. David Murray added the comment: The decision was to deprecate 'U' *everywhere* in python3. Yes, the 2.7 method you are concerned about is broken with respect to its documentation, which is what #6759 was about originally. That issue was deemed too disruptive to the codebase to address

[issue27037] Universal newline support for zipFile.ZipExtFile.read() is not working (deprecated?), and the missing functionality not documented

2016-05-16 Thread R. David Murray
R. David Murray added the comment: The decision was to deprecate 'U' *everywhere* in python3. Yes, the 2.7 method you are concerned about is broken with respect to its documentation, which is what #6759 was about originally. That issue was deemed too disruptive to the codebase to address

[issue27037] Universal newline support for zipFile.ZipExtFile.read() is not working (deprecated?), and the missing functionality not documented

2016-05-16 Thread David Pitchford
New submission from David Pitchford: Universal newline support for the read method of ZipFileExt objects created by calling the ZipFile.open method is not working. The attached archive contains a test script for demonstrating the behavior; unzip the files into the same directory and run the