[issue28286] gzip guessing of mode is ambiguous

2019-11-16 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.9 -Python 3.7 ___ Python tracker ___ __

[issue28286] gzip guessing of mode is ambiguous

2019-11-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset a0652328a26757a90d63697b5c01f5427b1132b5 by Serhiy Storchaka in branch 'master': bpo-28286: Deprecate opening GzipFile for writing implicitly. (GH-16417) https://github.com/python/cpython/commit/a0652328a26757a90d63697b5c01f5427b1132b5 -

[issue28286] gzip guessing of mode is ambiguous

2019-09-26 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +15997 pull_request: https://github.com/python/cpython/pull/16417 ___ Python tracker ___

[issue28286] gzip guessing of mode is ambiguous

2017-10-22 Thread Wolfgang Maier
Change by Wolfgang Maier : -- nosy: +wolma ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue28286] gzip guessing of mode is ambiguous

2017-10-22 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 251de30935490a702b0a365f1e9bea696b39c016 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.6': bpo-28286: Add tests for the mode argument of GzipFile. (GH-4074) (#4076) https://github.com/python/cpython/commit/251de30935490a702b0a365f1e9b

[issue28286] gzip guessing of mode is ambiguous

2017-10-22 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset f7d19b0464cb89ec696affbad9fd7e7c94456eaf by Serhiy Storchaka in branch '2.7': [2.7] bpo-28286: Add tests for the mode argument of GzipFile. (GH-4074). (#4077) https://github.com/python/cpython/commit/f7d19b0464cb89ec696affbad9fd7e7c94456eaf -

[issue28286] gzip guessing of mode is ambiguous

2017-10-22 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +4047 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue28286] gzip guessing of mode is ambiguous

2017-10-22 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +4046 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue28286] gzip guessing of mode is ambiguous

2017-10-22 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset bcbdd2f8db396c3f0ec9186162b39b5a34effa0e by Serhiy Storchaka in branch 'master': bpo-28286: Add tests for the mode argument of GzipFile. (#4074) https://github.com/python/cpython/commit/bcbdd2f8db396c3f0ec9186162b39b5a34effa0e -- ___

[issue28286] gzip guessing of mode is ambiguous

2017-10-22 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +4044 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue28286] gzip guessing of mode is ambiguous

2016-10-03 Thread Jim Jewett
Changes by Jim Jewett : -- title: gzip guessing of mode is ambiguilous -> gzip guessing of mode is ambiguous ___ Python tracker ___ _