This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author marcin.bachry
Recipients marcin.bachry, r.david.murray, surprising42, vstinner
Date 2009-08-20.10:53:42
SpamBayes Score 1.9876887e-07
Marked as misclassified No
Message-id <1250765624.35.0.102764102532.issue6734@psf.upfronthosting.co.za>
In-reply-to
Content
It seems most IMAP4 methods accept str as arguments right now (I
checked: list, lsub, myrights, select, status, search, fetch) and
login() is a sole exception. I know the protocol is mostly ascii only,
but still having possibility of using str in the API feels convenient
and reasonable to me. Can't we convert str parameters to login() to
ascii too? It already done in other methods (the _command() method
iterates over args and converts them).
History
Date User Action Args
2009-08-20 10:53:44marcin.bachrysetrecipients: + marcin.bachry, vstinner, r.david.murray, surprising42
2009-08-20 10:53:44marcin.bachrysetmessageid: <1250765624.35.0.102764102532.issue6734@psf.upfronthosting.co.za>
2009-08-20 10:53:43marcin.bachrylinkissue6734 messages
2009-08-20 10:53:42marcin.bachrycreate