Python 2.2.2 changes the default for Message.get() ... (quixote/ACKS)

Andrew Kuchling <akuchlin-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Wed, 11 Dec 2002 11:31:53 -0500
Newsgroups gmane.comp.web.quixote.cvs
Message-ID <[email protected]>
Update of /home/cvs/quixote
In directory hewson:/tmp/cvs-serv23051

Modified Files:
	ACKS 
Log Message:
Python 2.2.2 changes the default for Message.get() from '' to None;
   fix from David Edwards to turn None values into ''


Index: ACKS
===================================================================
RCS file: /home/cvs/quixote/ACKS,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- ACKS	4 Nov 2002 17:51:56 -0000	1.14
+++ ACKS	11 Dec 2002 16:31:51 -0000	1.15
@@ -16,6 +16,7 @@
 Quinn Dunkan
 Robin Dunn (original author of fcgi.py)
 Jon Dyte
+David Edwards
 Jim Fulton (original author of the *Request and *Response classes)
 David Goodger
 Neal M. Holtz