[Patches] [ python-Patches-464070 ] Decode underscore in quopri.decode

noreply@sourceforge.net noreply@sourceforge.net
Sun, 30 Sep 2001 13:33:54 -0700


Patches item #464070, was opened at 2001-09-23 07:03
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=464070&group_id=5470

Category: Library (Lib)
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Kent Engström (kente)
Assigned to: Martin v. Löwis (loewis)
Summary: Decode underscore in quopri.decode

Initial Comment:
See bug 463996.
This is a minimal implementation of underscore
decoding. No encoding.


----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2001-09-30 13:33

Message:
Logged In: YES 
user_id=21627

Thanks again for the patch. Brandon Long has integrated it
into patch #462190, together with implementing encoding, and
support in his binascii extension; this has all been
committed.

----------------------------------------------------------------------

Comment By: Kent Engström (kente)
Date: 2001-09-26 13:45

Message:
Logged In: YES 
user_id=178855

New patch:
-) Renamed "header_style" -> "header"
-) Documentation in libquopri.tex


----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2001-09-26 13:06

Message:
Logged In: YES 
user_id=21627

A parameter name "header_style" suggests to me that there 
are different styles to decode a header. Instead, this 
parameter indicates whether the data come from a header; 
I'd call the parameter header instead. Otherwise, the 
patch looks good to me.

Would you be willing to update libquopri.tex?


----------------------------------------------------------------------

Comment By: Kent Engström (kente)
Date: 2001-09-23 09:27

Message:
Logged In: YES 
user_id=178855

Patch upload seems to have failed. Retrying.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=464070&group_id=5470