[issue14922] mailbox.Maildir.get_message() may fail when Maildir dirname is a unicode string

Petri Lehtinen report at bugs.python.org
Mon Sep 3 20:19:55 CEST 2012


Petri Lehtinen added the comment:

This would be considered a new feature, and is thus out of scope for 2.7. An easy workaround is to encode the unicode path to str using the file system encoding first (sys.getfilesystemencoding()).

----------
resolution:  -> rejected
stage: needs patch -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14922>
_______________________________________


More information about the Python-bugs-list mailing list