|
From: <fcr...@us...> - 2012-02-11 07:51:19
|
Revision: 800
http://safekeep.svn.sourceforge.net/safekeep/?rev=800&view=rev
Author: fcrawford
Date: 2012-02-11 07:51:13 +0000 (Sat, 11 Feb 2012)
Log Message:
-----------
Readded note about Python 2.2/2.3 support
Modified Paths:
--------------
safekeep/trunk/safekeep
Modified: safekeep/trunk/safekeep
===================================================================
--- safekeep/trunk/safekeep 2012-02-11 07:39:12 UTC (rev 799)
+++ safekeep/trunk/safekeep 2012-02-11 07:51:13 UTC (rev 800)
@@ -34,8 +34,10 @@
# Python 2.2 compatibility
######################################################################
# There is no guarantee that we'll continue supporting Python 2.2
-# indefinitely, but we make a reasonable effor to do so as long as
+# indefinitely, but we make a reasonable effort to do so as long as
# it doesn't result in major complication/ugliness.
+# Note that some features related to scripting, snapshots and DB backups
+# already require Python 2.3.
try:
True, False
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|