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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2209>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to