Re: [Python-3000] email libraries: use byte or unicode strings?

2008-10-29 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Oct 28, 2008, at 04:12 PM, Victor Stinner wrote: >What about smtplib or smtpd? Yes, they should use bytes, as should the email package. The latter doesn't though, and it needs a lot of work (we tried and failed at pycon). - -Barry -BEGIN PGP

Re: [Python-3000] email libraries: use byte or unicode strings?

2008-10-29 Thread Terry Reedy
Bill Janssen wrote: Victor Stinner <[EMAIL PROTECTED]> wrote: Note: imaplib and nntplib have no test :-( The examples in the manual should serve as a basis for a doctest. I'm concerned about the lack of test suites for these modules. They basically go untested unless someone sets up a serv