[Python-bugs-list] rfc822.py - no way to get multiple-valued headers (PR#203)

claudius@accessoft.com claudius@accessoft.com
Fri, 11 Feb 2000 20:53:10 -0500 (EST)


Full_Name: Chris Knight
Version: 1.5.2
OS: Solaris
Submission from: moonglum.arc.nasa.gov (128.102.104.44)


Currently, if rfc822.Message.readheaders sees the same header more than once, it
stores the last value seen in the dictionary.  This (at least in my case)
affects the information coming back from a web server when I use httplib.py (in
my case, I need all Set-Cookie header values.)