classification
Title: mailbox module doesn't support compressed mbox
Type: enhancement Stage:
Components: Library (Lib) Versions: Python 3.2
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: akuchling, jae, skyepn
Priority: normal Keywords:

Created on 2008-02-29 11:14 by jae, last changed 2010-11-12 20:55 by akuchling.

Messages (1)
msg63132 - (view) Author: Jürgen A. Erhard (jae) Date: 2008-02-29 11:14
(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).
History
Date User Action Args
2010-11-12 20:55:56akuchlingsetassignee: akuchling ->
2010-09-24 02:25:18skyepnsetnosy: + skyepn
2010-06-09 22:04:49terry.reedysetversions: + Python 3.2, - Python 2.5
2008-03-20 04:29:22jafosetpriority: normal
assignee: akuchling
type: enhancement
nosy: + akuchling
2008-02-29 11:14:45jaecreate