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: adds encode- and decodestring to quopri
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: barry Nosy List: barry, etoffi, fdrake, loewis
Priority: low Keywords: patch

Created on 2001-05-10 19:44 by etoffi, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
quopri.diff etoffi, 2001-05-10 19:44 the quopri patch
Messages (4)
msg36554 - (view) Author: Deleted User etoffi (etoffi) Date: 2001-05-10 19:44
i added this to match base64.py
msg36555 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2001-07-04 05:23
Logged In: YES 
user_id=3066

Assigned to Barry since the new APIs in base64 are his
invention.
msg36556 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2001-08-16 10:07
Logged In: YES 
user_id=21627

I recommend to approve this patch. It might be worthwhile to
use cStringIO if available.
msg36557 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2001-10-18 22:50
Logged In: YES 
user_id=12800

These have already been added to quopri, using in fact
cStringIO as Martin suggests, but also using the new
binascii functions a2b_qp() and b2a_qp() if available.
History
Date User Action Args
2022-04-10 16:04:03adminsetgithub: 34489
2001-05-10 19:44:57etofficreate