Changes between Initial Version and Version 2 of Ticket #192


Ignore:
Timestamp:
Aug 10, 2005, 4:14:42 PM (19 years ago)
Author:
Adrian Holovaty
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #192 – Description

    initial v2  
     1{{{
    12utils/httpwrappers.py, Line 40:
    23-------------------------
     
    78        if isinstance(submessage, email.Message.Message): # ****
    89-------------------------
     10}}}
    911Description:
    1012  msg.is_multipart() at (***) marker is always False (coz raw_message haven't content-type header, look at core/handlers/wsgi.py, Line 31), so  msg.get_payload() at (****) is always a String, not email.Message !
    11 
Back to Top