[Python-Dev] imaplib: Time2Internaldate() returns localized strings
Sebastian Spaeth
Sebastian at SSpaeth.de
Mon Mar 14 16:36:25 CET 2011
More information about the Python-Dev mailing list
Mon Mar 14 16:36:25 CET 2011
- Previous message: [Python-Dev] cpython (3.2): Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize()
- Next message: [Python-Dev] cpython: Add a 'timeout' argument to subprocess.Popen.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi there, imaplib has an issue (well, more than one :-)), but in this specific case there is even a patch that I want to lobby. http://bugs.python.org/issue11024 imaplib: Time2Internaldate() returns localized strings while the IMAP RFC requires English month names. As that function is used for every .append(), this outright prevents some international users during some months from adding messages. :-) There is a patch that fixes imaplib and I would be grateful if someone with commit access would have a look at it, and consider pushing it in. Thank you so much, Sebastian P.S., please keep me CC'd
- Previous message: [Python-Dev] cpython (3.2): Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize()
- Next message: [Python-Dev] cpython: Add a 'timeout' argument to subprocess.Popen.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list