[issue10995] mailbox.py open() calls don't set encoding

2011-01-24 Thread R. David Murray
R. David Murray added the comment: Issue 9124 addresses the underlying problem here, so I'm closing this as a duplicate. -- nosy: +r.david.murray resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> Mailbox module should use binary I/O, not tex

[issue10995] mailbox.py open() calls don't set encoding

2011-01-24 Thread Steffen Daode Nurpmeso
New submission from Steffen Daode Nurpmeso : I'm using the en_GB.UTF-8 locale and thus the entire I/O layer defaults to use UTF-8 encoding. Perfect. The problem is that mailboxes are *not* and *never* in UTF-8, generally speaking, according to RFC mail standards! So i suggest that mailbox.py