]> granicus.if.org Git - python/commit
Image.py and class Image => MIMEImage.py and MIMEImage
authorBarry Warsaw <barry@python.org>
Wed, 26 Sep 2001 05:34:30 +0000 (05:34 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 26 Sep 2001 05:34:30 +0000 (05:34 +0000)
commit3dd978dfff316a521a899c9e17daa0795ec17edb
tree7b46bb159d83cdae94bd0ad4b687ce52b89550c9
parentb384e01796fad1293256262e7ab022f176afce9a
Image.py and class Image => MIMEImage.py and MIMEImage

Text.py and class Text => MIMEText.py and MIMEText

MessageRFC822.py and class MessageRFC822 => MIMEMessage.py and MIMEMessage

These are renamed so as to be more consistent; these are MIME specific
derived classes for when creating the object model out of whole cloth.
Lib/email/MIMEImage.py [moved from Lib/email/Image.py with 79% similarity]
Lib/email/MIMEMessage.py [new file with mode: 0644]
Lib/email/MIMEText.py [moved from Lib/email/Text.py with 85% similarity]
Lib/email/MessageRFC822.py [deleted file]