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 nikratio
Recipients Arfrever, martin.panter, nikratio, pitrou, serhiy.storchaka
Date 2015-03-14.03:41:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <87k2yk8cvm.fsf@vostro.rath.org>
In-reply-to <1425712723.97.0.267984627537.issue23529@psf.upfronthosting.co.za> (Martin Panter's message of "Sat, 07 Mar 2015 07:18:45 +0000")
Content
On Mar 06 2015, Martin Panter <report@bugs.python.org> wrote:
> Still to do: Need to find a better home for the _DecompressReader and
> _BaseStream classes. Currently it lives in “lzma”, but apparently it
> is possible for any of the gzip, bz2, lzma modules to not be
> importable, so it would have to live elsewhere.

Yes.

> Possible options are
> the io module, or a brand new internal module
> (e.g. Lib/_compression.py). Thoughts?

I think a new internal module would be the right choice, but I don't
know what needs to be done to properly add it to the build system. So
for now I'd just put it in the io module and wait for a core committer
to complain :-).

Best,
-Nikolaus
-- 
GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F
Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

             »Time flies like an arrow, fruit flies like a Banana.«
History
Date User Action Args
2015-03-14 03:41:07nikratiosetrecipients: + nikratio, pitrou, Arfrever, martin.panter, serhiy.storchaka
2015-03-14 03:41:07nikratiolinkissue23529 messages
2015-03-14 03:41:06nikratiocreate