class documentation
class BufferedGzipFile(GzipFile): (source)
Constructor: BufferedGzipFile(filename, mode, compresslevel, fileobj, **kwargs)
A GzipFile subclass for compatibility with older nltk releases.
Use GzipFile directly as it also buffers in all supported Python versions.