From: Fred L. D. Jr. <fd...@us...> - 2004-10-07 02:25:41
|
Update of /cvsroot/cvs-syncmail/syncmail In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18566 Modified Files: syncmail Log Message: update comment noting the Python version required by syncmail (closes SF bug #967653) Index: syncmail =================================================================== RCS file: /cvsroot/cvs-syncmail/syncmail/syncmail,v retrieving revision 2.1 retrieving revision 2.2 diff -u -d -r2.1 -r2.2 --- syncmail 12 Mar 2004 22:52:26 -0000 2.1 +++ syncmail 7 Oct 2004 02:25:03 -0000 2.2 @@ -5,7 +5,8 @@ # See the accompanying LICENSE file for details. # NOTE: SourceForge currently runs Python 2.2.3, so we need to remain -# compatible with the Python 2.2 line. +# compatible with at least that version. Python 2.2.2 or newer is +# currently required. """Complicated notification for CVS checkins. |