[Buildbot-commits] buildbot ChangeLog,1.825,1.826

Brian Warner warner at users.sourceforge.net
Tue Jan 23 08:01:47 UTC 2007


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

Modified Files:
	ChangeLog 
Log Message:
[project @ buildbot/process/builder.py: don't use 'with', since it will be a reserved word in python2.6]

Original author: warner at lothar.com
Date: 2007-01-23 07:57:27

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.825
retrieving revision 1.826
diff -u -d -r1.825 -r1.826
--- ChangeLog	23 Jan 2007 07:19:56 -0000	1.825
+++ ChangeLog	23 Jan 2007 08:01:44 -0000	1.826
@@ -1,5 +1,8 @@
 2007-01-22  Brian Warner  <warner at lothar.com>
 
+	* buildbot/process/builder.py (Builder.fireTestEvent): don't use
+	'with', it will become a reserved work in python2.6 .
+
 	* contrib/bb_applet.py: add a simple gnome-panel applet, to
 	display a terse summary of buildbot status.
 	* docs/hexnut32.png, docs/hexnut48.png, docs/hexnut64.png: add





More information about the Commits mailing list