[Buildbot-commits] buildbot ChangeLog,1.880,1.881

Brian Warner warner at users.sourceforge.net
Wed Aug 1 20:31:21 UTC 2007


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23538

Modified Files:
	ChangeLog 
Log Message:
[project @ mail.py: parse with the 'email' module instead of the deprecated 'rfc822' module]

Original author: warner at lothar.com
Date: 2007-07-28 17:57:59+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.880
retrieving revision 1.881
diff -u -d -r1.880 -r1.881
--- ChangeLog	1 Aug 2007 20:31:12 -0000	1.880
+++ ChangeLog	1 Aug 2007 20:31:18 -0000	1.881
@@ -1,5 +1,11 @@
 2007-07-28  Brian Warner  <warner at lothar.com>
 
+	* buildbot/changes/mail.py (MaildirSource): parse with python's
+	stdlib 'email' module, which has been available since python2.2,
+	and drop use of the 'rfc822' module, which has been depreceated
+	since python2.3 .
+	* buildbot/test/test_maildir.py: same: use parse_file() not parse
+
 	* buildbot/test/test_maildir.py (MaildirTest.testMaildir): oops,
 	this needs to match the renaming in test/mail/msg*
 





More information about the Commits mailing list