[issue2209] mailbox module doesn't support compressed mbox

Jürgen A. Erhard report at bugs.python.org
Fri Feb 29 12:14:46 CET 2008


New submission from Jürgen A. Erhard:

(Not sure if this goes here)
The mbox class (actually, the _singlefileMailbox class) takes a path,
and not, as the old mailbox module did, an opened file object.  This
makes it hard(er) to access gzipped mbox files (mailbox.open = gzip.open
works, but is ugly).

----------
components: Library (Lib)
messages: 63132
nosy: jae
severity: normal
status: open
title: mailbox module doesn't support compressed mbox
versions: Python 2.5

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2209>
__________________________________


More information about the Python-bugs-list mailing list