[ python-Bugs-1102469 ] rfc822 Deprecated since release 2.3?
SourceForge.net
noreply at sourceforge.net
Sat Jan 15 06:30:07 CET 2005
Bugs item #1102469, was opened at 2005-01-14 18:40
Message generated for change (Comment added) made by percivall
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1102469&group_id=5470
Category: Python Library
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Wai Yip Tung (tungwaiyip)
Assigned to: Nobody/Anonymous (nobody)
Summary: rfc822 Deprecated since release 2.3?
Initial Comment:
rfc822.Message is still subclassed by minetool.Message
and httplib.HTTPMessage. It should either
1. upgrade httplib etc to the email package.
2. or make a note in the rfc822 page that it is still being
in use
3. or undeprecate rfc822.
----------------------------------------------------------------------
Comment By: Simon Percivall (percivall)
Date: 2005-01-15 06:30
Message:
Logged In: YES
user_id=329382
No, rfc822 is actually not deprecated. It's also used in other parts of the
stdlib.
Look at the Python-Dev thread from August 2004 "Removing stuff from
2.4".
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1102469&group_id=5470
More information about the Python-bugs-list
mailing list