[Email-SIG] PEP 8 module names for email 3.1? (original) (raw)

Barry Warsaw barry at python.org
Tue Feb 21 04:01:02 CET 2006


On Sun, 2006-02-12 at 09:38 +0900, Tokio Kikuchi wrote:

It looks like we need adding 'email.mime' into the packages list.

url='http://www.python.org/sigs/email-sig', packages=['email', 'email.mime'], ) Another problem was that charset was stored in unicode and doesn't fit into current mailman code. A sample test code below illustrates this problem:

I have fixes for both these about to go in. I've also decided that the module name changes warrant a bump in the version number to 4.0. I'm removing 4 previously deprecated methods and updating all the documentation. Watch the commit messages momentarily. I'll probably do a separate beta release soon and then we'll be merging this into the Python 2.5 trunk.

-Barry

-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 307 bytes Desc: This is a digitally signed message part Url : http://mail.python.org/pipermail/email-sig/attachments/20060220/df511130/attachment.pgp



More information about the Email-SIG mailing list