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 Mauro.Cicognini
Recipients BreamoreBoy, Mauro.Cicognini, anadelonbrin, dmbaggett, meatballhat, r.david.murray
Date 2013-02-12.10:42:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360665731.59.0.969392558743.issue917120@psf.upfronthosting.co.za>
In-reply-to
Content
The removal of the dead code causes imaplib under py3k to lose the quoting functionality that is described in documentation (except for passwords, that do get always quoted as stated).

I submit that we give at least a temporary warning in the docs, and that the _quote() function is exposed to let the programmer do their own quoting when they feel it necessary.
History
Date User Action Args
2013-02-12 10:42:11Mauro.Cicogninisetrecipients: + Mauro.Cicognini, anadelonbrin, dmbaggett, r.david.murray, meatballhat, BreamoreBoy
2013-02-12 10:42:11Mauro.Cicogninisetmessageid: <1360665731.59.0.969392558743.issue917120@psf.upfronthosting.co.za>
2013-02-12 10:42:11Mauro.Cicogninilinkissue917120 messages
2013-02-12 10:42:11Mauro.Cicogninicreate