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.

classification
Title: rm email package dependency on rfc822.py
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: barry Nosy List: barry, jasonrm
Priority: normal Keywords: patch

Created on 2002-09-23 21:26 by jasonrm, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
email.Utils.diff jasonrm, 2002-09-23 21:26
_parseaddr.py jasonrm, 2002-09-23 21:27
Messages (2)
msg41214 - (view) Author: Jason R. Mastaler (jasonrm) Date: 2002-09-23 21:26
This allows the latest email package (2.3.1)
to also work on Python 2.1 and 2.1.1 instead
of only 2.1.2 and beyond.

For the details behind this patch, see
http://article.gmane.org/gmane.comp.python.mime.devel/102
and related followups.

msg41215 - (view) Author: Jason R. Mastaler (jasonrm) Date: 2002-09-23 21:27
Logged In: YES 
user_id=85984

Also attached the necessary package-private 
module _parseaddr.py.
 
History
Date User Action Args
2022-04-10 16:05:42adminsetgithub: 37209
2002-09-23 21:26:08jasonrmcreate