This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients __starrify__, serhiy.storchaka
Date 2019-09-26.09:13:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569489237.71.0.233973113903.issue38281@roundup.psfhosted.org>
In-reply-to
Content
Yes, this is a breaking change, it will break the code that reads gzipped temporary files.

Note also that even if this change be accepted, you could not use this feature until Python 3.9 be released. But you can write to temporary files in all Python versions if specify an explicit mode.

So the benefit is small, but there is a risk of breaking existing code.

There is an opposite proposition: deprecate guessing the GzipFile mode (issue28286).
History
Date User Action Args
2019-09-26 09:13:57serhiy.storchakasetrecipients: + serhiy.storchaka, __starrify__
2019-09-26 09:13:57serhiy.storchakasetmessageid: <1569489237.71.0.233973113903.issue38281@roundup.psfhosted.org>
2019-09-26 09:13:57serhiy.storchakalinkissue38281 messages
2019-09-26 09:13:57serhiy.storchakacreate