Mercurial > p > roundup > code
diff roundup/mailgw.py @ 202:d702ac2ceedb
removed some print statements
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 05 Aug 2001 07:06:25 +0000 |
| parents | eda506860b32 |
| children | d45384bc6420 |
line wrap: on
line diff
--- a/roundup/mailgw.py Sat Aug 04 22:42:43 2001 +0000 +++ b/roundup/mailgw.py Sun Aug 05 07:06:25 2001 +0000 @@ -55,7 +55,7 @@ an exception, the original message is bounced back to the sender with the explanatory message given in the exception. -$Id: mailgw.py,v 1.7 2001-08-03 07:18:22 richard Exp $ +$Id: mailgw.py,v 1.8 2001-08-05 07:06:07 richard Exp $ ''' @@ -297,7 +297,6 @@ # extract out the summary from the message summary = '' l = [] - print sections for section in sections: section = section.strip() if not section: @@ -318,6 +317,10 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.7 2001/08/03 07:18:22 richard +# Implemented correct mail splitting (was taking a shortcut). Added unit +# tests. Also snips signatures now too. +# # Revision 1.6 2001/08/01 04:24:21 richard # mailgw was assuming certain properties existed on the issues being created. #
