Mercurial > p > roundup > code
diff roundup/cgi_client.py @ 712:08baff1b6f91
ehem
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 12 May 2002 23:42:29 +0000 |
| parents | 8d1e34b8e680 |
| children | 5c90264ad2e3 |
line wrap: on
line diff
--- a/roundup/cgi_client.py Thu May 09 02:52:56 2002 +0000 +++ b/roundup/cgi_client.py Sun May 12 23:42:29 2002 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: cgi_client.py,v 1.116 2002-05-02 08:07:49 richard Exp $ +# $Id: cgi_client.py,v 1.117 2002-05-12 23:42:29 richard Exp $ __doc__ = """ WWW request handler (also used in the stand-alone server). @@ -701,6 +701,7 @@ return None, files # handle the note + m = [] if note: if '\n' in note: summary = re.split(r'\n\r?', note)[0] @@ -1384,6 +1385,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.116 2002/05/02 08:07:49 richard +# Added the ADD_AUTHOR_TO_NOSY handling to the CGI interface. +# # Revision 1.115 2002/04/02 01:56:10 richard # . stop sending blank (whitespace-only) notes #
