[cedar-backup-svn] SF.net SVN: cedar-backup:[998] cedar-backup2/trunk
Brought to you by:
pronovic
|
From: <pro...@us...> - 2010-07-07 19:56:16
|
Revision: 998
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=998&view=rev
Author: pronovic
Date: 2010-07-07 19:56:08 +0000 (Wed, 07 Jul 2010)
Log Message:
-----------
Change file headers, comments, manual, etc. to reference Python 2.5
Modified Paths:
--------------
cedar-backup2/trunk/CedarBackup2/__init__.py
cedar-backup2/trunk/CedarBackup2/action.py
cedar-backup2/trunk/CedarBackup2/actions/__init__.py
cedar-backup2/trunk/CedarBackup2/actions/collect.py
cedar-backup2/trunk/CedarBackup2/actions/constants.py
cedar-backup2/trunk/CedarBackup2/actions/initialize.py
cedar-backup2/trunk/CedarBackup2/actions/purge.py
cedar-backup2/trunk/CedarBackup2/actions/rebuild.py
cedar-backup2/trunk/CedarBackup2/actions/stage.py
cedar-backup2/trunk/CedarBackup2/actions/store.py
cedar-backup2/trunk/CedarBackup2/actions/util.py
cedar-backup2/trunk/CedarBackup2/actions/validate.py
cedar-backup2/trunk/CedarBackup2/cli.py
cedar-backup2/trunk/CedarBackup2/config.py
cedar-backup2/trunk/CedarBackup2/customize.py
cedar-backup2/trunk/CedarBackup2/extend/__init__.py
cedar-backup2/trunk/CedarBackup2/extend/capacity.py
cedar-backup2/trunk/CedarBackup2/extend/encrypt.py
cedar-backup2/trunk/CedarBackup2/extend/mbox.py
cedar-backup2/trunk/CedarBackup2/extend/mysql.py
cedar-backup2/trunk/CedarBackup2/extend/postgresql.py
cedar-backup2/trunk/CedarBackup2/extend/split.py
cedar-backup2/trunk/CedarBackup2/extend/subversion.py
cedar-backup2/trunk/CedarBackup2/extend/sysinfo.py
cedar-backup2/trunk/CedarBackup2/filesystem.py
cedar-backup2/trunk/CedarBackup2/image.py
cedar-backup2/trunk/CedarBackup2/knapsack.py
cedar-backup2/trunk/CedarBackup2/peer.py
cedar-backup2/trunk/CedarBackup2/release.py
cedar-backup2/trunk/CedarBackup2/testutil.py
cedar-backup2/trunk/CedarBackup2/tools/__init__.py
cedar-backup2/trunk/CedarBackup2/tools/span.py
cedar-backup2/trunk/CedarBackup2/util.py
cedar-backup2/trunk/CedarBackup2/writer.py
cedar-backup2/trunk/CedarBackup2/writers/__init__.py
cedar-backup2/trunk/CedarBackup2/writers/cdwriter.py
cedar-backup2/trunk/CedarBackup2/writers/dvdwriter.py
cedar-backup2/trunk/CedarBackup2/writers/util.py
cedar-backup2/trunk/CedarBackup2/xmlutil.py
cedar-backup2/trunk/Changelog
cedar-backup2/trunk/INSTALL
cedar-backup2/trunk/cback
cedar-backup2/trunk/doc/cback-span.1
cedar-backup2/trunk/doc/cback.1
cedar-backup2/trunk/manual/src/depends.xml
cedar-backup2/trunk/manual/src/install.xml
cedar-backup2/trunk/setup.py
cedar-backup2/trunk/testcase/__init__.py
cedar-backup2/trunk/testcase/actionsutiltests.py
cedar-backup2/trunk/testcase/capacitytests.py
cedar-backup2/trunk/testcase/cdwritertests.py
cedar-backup2/trunk/testcase/clitests.py
cedar-backup2/trunk/testcase/configtests.py
cedar-backup2/trunk/testcase/customizetests.py
cedar-backup2/trunk/testcase/dvdwritertests.py
cedar-backup2/trunk/testcase/encrypttests.py
cedar-backup2/trunk/testcase/filesystemtests.py
cedar-backup2/trunk/testcase/knapsacktests.py
cedar-backup2/trunk/testcase/mboxtests.py
cedar-backup2/trunk/testcase/mysqltests.py
cedar-backup2/trunk/testcase/peertests.py
cedar-backup2/trunk/testcase/postgresqltests.py
cedar-backup2/trunk/testcase/spantests.py
cedar-backup2/trunk/testcase/splittests.py
cedar-backup2/trunk/testcase/subversiontests.py
cedar-backup2/trunk/testcase/utiltests.py
cedar-backup2/trunk/testcase/writersutiltests.py
cedar-backup2/trunk/util/__init__.py
cedar-backup2/trunk/util/cback-span
cedar-backup2/trunk/util/createtree.py
cedar-backup2/trunk/util/knapsackdemo.py
cedar-backup2/trunk/util/test.py
Modified: cedar-backup2/trunk/CedarBackup2/__init__.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/__init__.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/__init__.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -9,7 +9,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Provides package initialization
Modified: cedar-backup2/trunk/CedarBackup2/action.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/action.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/action.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -9,7 +9,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Provides implementation of various backup-related actions.
Modified: cedar-backup2/trunk/CedarBackup2/actions/__init__.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/actions/__init__.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/actions/__init__.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -9,7 +9,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Official Cedar Backup Extensions
# Revision : $Id$
# Purpose : Provides package initialization
Modified: cedar-backup2/trunk/CedarBackup2/actions/collect.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/actions/collect.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/actions/collect.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Implements the standard 'collect' action.
Modified: cedar-backup2/trunk/CedarBackup2/actions/constants.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/actions/constants.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/actions/constants.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -9,7 +9,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Provides common constants used by standard actions.
Modified: cedar-backup2/trunk/CedarBackup2/actions/initialize.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/actions/initialize.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/actions/initialize.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Implements the standard 'initialize' action.
Modified: cedar-backup2/trunk/CedarBackup2/actions/purge.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/actions/purge.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/actions/purge.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Implements the standard 'purge' action.
Modified: cedar-backup2/trunk/CedarBackup2/actions/rebuild.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/actions/rebuild.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/actions/rebuild.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Implements the standard 'rebuild' action.
Modified: cedar-backup2/trunk/CedarBackup2/actions/stage.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/actions/stage.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/actions/stage.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Implements the standard 'stage' action.
Modified: cedar-backup2/trunk/CedarBackup2/actions/store.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/actions/store.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/actions/store.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Implements the standard 'store' action.
Modified: cedar-backup2/trunk/CedarBackup2/actions/util.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/actions/util.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/actions/util.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Implements action-related utilities
Modified: cedar-backup2/trunk/CedarBackup2/actions/validate.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/actions/validate.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/actions/validate.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Implements the standard 'validate' action.
Modified: cedar-backup2/trunk/CedarBackup2/cli.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/cli.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/cli.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Provides command-line interface implementation.
Modified: cedar-backup2/trunk/CedarBackup2/config.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/config.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/config.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Provides configuration-related objects.
@@ -295,8 +295,8 @@
precision can be avoided. It really isn't possible to store a floating
point number here while being able to losslessly translate back and forth
between XML and object representations. (Perhaps the Python 2.4 Decimal
- class would have been an option, but I want to stay compatible with Python
- 2.3.)
+ class would have been an option, but I originally wanted to stay compatible
+ with Python 2.3.)
Even though the quantity is maintained as a string, the string must be in a
valid floating point positive number. Technically, any floating point
Modified: cedar-backup2/trunk/CedarBackup2/customize.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/customize.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/customize.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Implements customized behavior.
Modified: cedar-backup2/trunk/CedarBackup2/extend/__init__.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/extend/__init__.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/extend/__init__.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -9,7 +9,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Official Cedar Backup Extensions
# Revision : $Id$
# Purpose : Provides package initialization
Modified: cedar-backup2/trunk/CedarBackup2/extend/capacity.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/extend/capacity.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/extend/capacity.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Provides an extension to check remaining media capacity.
@@ -82,8 +82,8 @@
precision can be avoided. It really isn't possible to store a floating
point number here while being able to losslessly translate back and forth
between XML and object representations. (Perhaps the Python 2.4 Decimal
- class would have been an option, but I want to stay compatible with Python
- 2.3.)
+ class would have been an option, but I originally wanted to stay compatible
+ with Python 2.3.)
Even though the quantity is maintained as a string, the string must be in a
valid floating point positive number. Technically, any floating point
Modified: cedar-backup2/trunk/CedarBackup2/extend/encrypt.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/extend/encrypt.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/extend/encrypt.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Official Cedar Backup Extensions
# Revision : $Id$
# Purpose : Provides an extension to encrypt staging directories.
Modified: cedar-backup2/trunk/CedarBackup2/extend/mbox.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/extend/mbox.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/extend/mbox.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Official Cedar Backup Extensions
# Revision : $Id$
# Purpose : Provides an extension to back up mbox email files.
Modified: cedar-backup2/trunk/CedarBackup2/extend/mysql.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/extend/mysql.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/extend/mysql.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Official Cedar Backup Extensions
# Revision : $Id$
# Purpose : Provides an extension to back up MySQL databases.
Modified: cedar-backup2/trunk/CedarBackup2/extend/postgresql.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/extend/postgresql.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/extend/postgresql.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -27,7 +27,7 @@
#
# Author : Kenneth J. Pronovici <pro...@ie...>
# Antoine Beaupre <an...@ko...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Official Cedar Backup Extensions
# Revision : $Id$
# Purpose : Provides an extension to back up PostgreSQL databases.
Modified: cedar-backup2/trunk/CedarBackup2/extend/split.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/extend/split.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/extend/split.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Official Cedar Backup Extensions
# Revision : $Id$
# Purpose : Provides an extension to split up large files in staging directories.
Modified: cedar-backup2/trunk/CedarBackup2/extend/subversion.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/extend/subversion.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/extend/subversion.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Official Cedar Backup Extensions
# Revision : $Id$
# Purpose : Provides an extension to back up Subversion repositories.
Modified: cedar-backup2/trunk/CedarBackup2/extend/sysinfo.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/extend/sysinfo.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/extend/sysinfo.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Official Cedar Backup Extensions
# Revision : $Id$
# Purpose : Provides an extension to save off important system recovery information.
Modified: cedar-backup2/trunk/CedarBackup2/filesystem.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/filesystem.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/filesystem.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Provides filesystem-related objects.
Modified: cedar-backup2/trunk/CedarBackup2/image.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/image.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/image.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -9,7 +9,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Provides interface backwards compatibility.
Modified: cedar-backup2/trunk/CedarBackup2/knapsack.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/knapsack.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/knapsack.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Provides knapsack algorithms used for "fit" decisions
Modified: cedar-backup2/trunk/CedarBackup2/peer.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/peer.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/peer.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Provides backup peer-related objects.
Modified: cedar-backup2/trunk/CedarBackup2/release.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/release.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/release.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -9,7 +9,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Provides location to maintain release information.
Modified: cedar-backup2/trunk/CedarBackup2/testutil.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/testutil.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/testutil.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Provides unit-testing utilities.
Modified: cedar-backup2/trunk/CedarBackup2/tools/__init__.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/tools/__init__.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/tools/__init__.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -9,7 +9,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Official Cedar Backup Tools
# Revision : $Id$
# Purpose : Provides package initialization
Modified: cedar-backup2/trunk/CedarBackup2/tools/span.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/tools/span.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/tools/span.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Spans staged data among multiple discs
Modified: cedar-backup2/trunk/CedarBackup2/util.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/util.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/util.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -28,7 +28,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Provides general-purpose utilities.
@@ -1127,7 +1127,10 @@
def sortDict(d):
"""
Returns the keys of the dictionary sorted by value.
- There are cuter ways to do this in Python 2.4, but we're compatible with 2.3.
+
+ There are cuter ways to do this in Python 2.4, but we were originally
+ attempting to stay compatible with Python 2.3.
+
@param d: Dictionary to operate on
@return: List of dictionary keys sorted in order by dictionary value.
"""
Modified: cedar-backup2/trunk/CedarBackup2/writer.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/writer.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/writer.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -9,7 +9,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Provides interface backwards compatibility.
Modified: cedar-backup2/trunk/CedarBackup2/writers/__init__.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/writers/__init__.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/writers/__init__.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -9,7 +9,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Official Cedar Backup Extensions
# Revision : $Id$
# Purpose : Provides package initialization
Modified: cedar-backup2/trunk/CedarBackup2/writers/cdwriter.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/writers/cdwriter.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/writers/cdwriter.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Provides functionality related to CD writer devices.
Modified: cedar-backup2/trunk/CedarBackup2/writers/dvdwriter.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/writers/dvdwriter.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/writers/dvdwriter.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Provides functionality related to DVD writer devices.
Modified: cedar-backup2/trunk/CedarBackup2/writers/util.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/writers/util.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/writers/util.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -25,7 +25,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Provides utilities related to image writers.
Modified: cedar-backup2/trunk/CedarBackup2/xmlutil.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/xmlutil.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/CedarBackup2/xmlutil.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -28,7 +28,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Provides general XML-related functionality.
Modified: cedar-backup2/trunk/Changelog
===================================================================
--- cedar-backup2/trunk/Changelog 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/Changelog 2010-07-07 19:56:08 UTC (rev 998)
@@ -1,9 +1,10 @@
-Version 2.19.7 unreleased
+Version 2.20.0 unreleased
* Make cback script more robust in the case of a bad interpreter version.
* Remove "Translate [x:y] into [a:b]" debug message for uid/gid translation.
* Refactor out util.isRunningAsRoot() to replace scattered os.getuid() calls.
* Switch to minimum Python version of 2.5 (everyone should have it now).
+ - Change file headers, comments, manual, etc. to reference Python 2.5
- Convert to use @staticmethod rather than x = staticmethod(x)
* Configure pylint and execute it against the entire codebase.
- Fix a variety of minor warnings and suggestions from pylint
Modified: cedar-backup2/trunk/INSTALL
===================================================================
--- cedar-backup2/trunk/INSTALL 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/INSTALL 2010-07-07 19:56:08 UTC (rev 998)
@@ -19,7 +19,7 @@
python setup.py --help
For more information on how to install it. You must have a Python
-interpreter version 2.3 or better to use these modules.
+interpreter version 2.5 or better to use these modules.
In the simplest case, you will probably just use:
Modified: cedar-backup2/trunk/cback
===================================================================
--- cedar-backup2/trunk/cback 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/cback 2010-07-07 19:56:08 UTC (rev 998)
@@ -10,7 +10,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Implements Cedar Backup cback script.
Modified: cedar-backup2/trunk/doc/cback-span.1
===================================================================
--- cedar-backup2/trunk/doc/cback-span.1 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/doc/cback-span.1 2010-07-07 19:56:08 UTC (rev 998)
@@ -93,7 +93,7 @@
codes related to particular errors.
.TP
\fB1\fR
-The Python interpreter version is < 2.3.
+The Python interpreter version is < 2.5.
.TP
\fB2\fR
Error processing command-line arguments.
Modified: cedar-backup2/trunk/doc/cback.1
===================================================================
--- cedar-backup2/trunk/doc/cback.1 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/doc/cback.1 2010-07-07 19:56:08 UTC (rev 998)
@@ -166,7 +166,7 @@
codes related to particular errors.
.TP
\fB1\fR
-The Python interpreter version is < 2.3.
+The Python interpreter version is < 2.5.
.TP
\fB2\fR
Error processing command-line arguments.
Modified: cedar-backup2/trunk/manual/src/depends.xml
===================================================================
--- cedar-backup2/trunk/manual/src/depends.xml 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/manual/src/depends.xml 2010-07-07 19:56:08 UTC (rev 998)
@@ -41,14 +41,13 @@
<variablelist>
<varlistentry>
- <term>Python 2.3</term>
+ <term>Python 2.5</term>
<listitem>
<para>
- Version 2.3 of the Python interpreter was released on 29 July
- 2003, so most <quote>current</quote> Linux and BSD distributions
- should include it (although Debian <quote>woody</quote> does
- not include it.)
+ Version 2.5 of the Python interpreter was released on 19 Sep
+ 2006, so most current Linux and BSD distributions should
+ include it.
</para>
<informaltable>
@@ -68,7 +67,7 @@
</row>
<row>
<entry>Debian</entry>
- <entry><ulink url="http://packages.debian.org/stable/python/python2.3"/></entry>
+ <entry><ulink url="http://packages.debian.org/stable/python/python2.5"/></entry>
</row>
<row>
<entry>Gentoo</entry>
@@ -80,7 +79,7 @@
</row>
<row>
<entry>Mac OS X (fink)</entry>
- <entry><ulink url="http://fink.sourceforge.net/pdb/package.php/python23"/></entry>
+ <entry><ulink url="http://fink.sourceforge.net/pdb/package.php/python25"/></entry>
</row>
</tbody>
</tgroup>
Modified: cedar-backup2/trunk/manual/src/install.xml
===================================================================
--- cedar-backup2/trunk/manual/src/install.xml 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/manual/src/install.xml 2010-07-07 19:56:08 UTC (rev 998)
@@ -200,8 +200,8 @@
</para>
<para>
- Cedar Backup is written in Python and requires version 2.3 or
- greater of the language. Version 2.3 was released on 29 July 2003,
+ Cedar Backup is written in Python and requires version 2.5 or
+ greater of the language. Python 2.5 was released on 19 Sep 2006,
so by now most current Linux and BSD distributions should include
it. You must install Python on every peer node in a pool (master or
client).
@@ -295,7 +295,7 @@
</screen>
<para>
- Make sure that you are using Python 2.3 or better to execute
+ Make sure that you are using Python 2.5 or better to execute
<filename>setup.py</filename>.
</para>
Modified: cedar-backup2/trunk/setup.py
===================================================================
--- cedar-backup2/trunk/setup.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/setup.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -10,7 +10,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Python distutils setup script
Modified: cedar-backup2/trunk/testcase/__init__.py
===================================================================
--- cedar-backup2/trunk/testcase/__init__.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/testcase/__init__.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -9,7 +9,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Provides package initialization.
Modified: cedar-backup2/trunk/testcase/actionsutiltests.py
===================================================================
--- cedar-backup2/trunk/testcase/actionsutiltests.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/testcase/actionsutiltests.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -26,7 +26,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Tests action utility functionality.
Modified: cedar-backup2/trunk/testcase/capacitytests.py
===================================================================
--- cedar-backup2/trunk/testcase/capacitytests.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/testcase/capacitytests.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -26,7 +26,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Tests capacity extension functionality.
Modified: cedar-backup2/trunk/testcase/cdwritertests.py
===================================================================
--- cedar-backup2/trunk/testcase/cdwritertests.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/testcase/cdwritertests.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -26,7 +26,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Tests CD writer functionality.
Modified: cedar-backup2/trunk/testcase/clitests.py
===================================================================
--- cedar-backup2/trunk/testcase/clitests.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/testcase/clitests.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -26,7 +26,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Tests command-line interface functionality.
Modified: cedar-backup2/trunk/testcase/configtests.py
===================================================================
--- cedar-backup2/trunk/testcase/configtests.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/testcase/configtests.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -26,7 +26,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Tests configuration functionality.
Modified: cedar-backup2/trunk/testcase/customizetests.py
===================================================================
--- cedar-backup2/trunk/testcase/customizetests.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/testcase/customizetests.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -26,7 +26,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Tests customization functionality.
Modified: cedar-backup2/trunk/testcase/dvdwritertests.py
===================================================================
--- cedar-backup2/trunk/testcase/dvdwritertests.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/testcase/dvdwritertests.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -26,7 +26,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Tests DVD writer functionality.
Modified: cedar-backup2/trunk/testcase/encrypttests.py
===================================================================
--- cedar-backup2/trunk/testcase/encrypttests.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/testcase/encrypttests.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -26,7 +26,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Tests encrypt extension functionality.
Modified: cedar-backup2/trunk/testcase/filesystemtests.py
===================================================================
--- cedar-backup2/trunk/testcase/filesystemtests.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/testcase/filesystemtests.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -26,7 +26,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Tests filesystem-related classes.
Modified: cedar-backup2/trunk/testcase/knapsacktests.py
===================================================================
--- cedar-backup2/trunk/testcase/knapsacktests.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/testcase/knapsacktests.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -26,7 +26,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Tests knapsack functionality.
Modified: cedar-backup2/trunk/testcase/mboxtests.py
===================================================================
--- cedar-backup2/trunk/testcase/mboxtests.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/testcase/mboxtests.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -26,7 +26,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Tests mbox extension functionality.
Modified: cedar-backup2/trunk/testcase/mysqltests.py
===================================================================
--- cedar-backup2/trunk/testcase/mysqltests.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/testcase/mysqltests.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -26,7 +26,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Tests MySQL extension functionality.
Modified: cedar-backup2/trunk/testcase/peertests.py
===================================================================
--- cedar-backup2/trunk/testcase/peertests.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/testcase/peertests.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -26,7 +26,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Tests peer functionality.
Modified: cedar-backup2/trunk/testcase/postgresqltests.py
===================================================================
--- cedar-backup2/trunk/testcase/postgresqltests.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/testcase/postgresqltests.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -26,7 +26,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Tests PostgreSQL extension functionality.
Modified: cedar-backup2/trunk/testcase/spantests.py
===================================================================
--- cedar-backup2/trunk/testcase/spantests.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/testcase/spantests.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -26,7 +26,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Tests span tool functionality.
Modified: cedar-backup2/trunk/testcase/splittests.py
===================================================================
--- cedar-backup2/trunk/testcase/splittests.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/testcase/splittests.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -26,7 +26,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Tests split extension functionality.
Modified: cedar-backup2/trunk/testcase/subversiontests.py
===================================================================
--- cedar-backup2/trunk/testcase/subversiontests.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/testcase/subversiontests.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -26,7 +26,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Tests Subversion extension functionality.
Modified: cedar-backup2/trunk/testcase/utiltests.py
===================================================================
--- cedar-backup2/trunk/testcase/utiltests.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/testcase/utiltests.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -26,7 +26,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Tests utility functionality.
Modified: cedar-backup2/trunk/testcase/writersutiltests.py
===================================================================
--- cedar-backup2/trunk/testcase/writersutiltests.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/testcase/writersutiltests.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -26,7 +26,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Tests writer utility functionality.
Modified: cedar-backup2/trunk/util/__init__.py
===================================================================
--- cedar-backup2/trunk/util/__init__.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/util/__init__.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -9,7 +9,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Provides package initialization.
Modified: cedar-backup2/trunk/util/cback-span
===================================================================
--- cedar-backup2/trunk/util/cback-span 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/util/cback-span 2010-07-07 19:56:08 UTC (rev 998)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.3
+#!/usr/bin/python
# -*- coding: iso-8859-1 -*-
# vim: set ft=python ts=3 sw=3 expandtab:
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
@@ -10,7 +10,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id: cback 605 2005-02-25 00:51:07Z pronovic $
# Purpose : Implements Cedar Backup cback-span script.
Modified: cedar-backup2/trunk/util/createtree.py
===================================================================
--- cedar-backup2/trunk/util/createtree.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/util/createtree.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -26,7 +26,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Create a random directory structure for testing
Modified: cedar-backup2/trunk/util/knapsackdemo.py
===================================================================
--- cedar-backup2/trunk/util/knapsackdemo.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/util/knapsackdemo.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -26,7 +26,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Demo the knapsack functionality in knapsack.py
Modified: cedar-backup2/trunk/util/test.py
===================================================================
--- cedar-backup2/trunk/util/test.py 2010-07-07 19:34:11 UTC (rev 997)
+++ cedar-backup2/trunk/util/test.py 2010-07-07 19:56:08 UTC (rev 998)
@@ -26,7 +26,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pro...@ie...>
-# Language : Python (>= 2.3)
+# Language : Python (>= 2.5)
# Project : Cedar Backup, release 2
# Revision : $Id$
# Purpose : Run all of the unit tests for the project.
@@ -77,7 +77,7 @@
individual tests may be listed on the command line, and unknown values will
simply be ignored.
-@note: Even if you run this test with the C{python2.3} interpreter, some of the
+@note: Even if you run this test with the C{python2.5} interpreter, some of the
individual unit tests require the C{python} interpreter. In particular, the
utility tests (in test/utiltests.py) use brief Python script snippets with
known results to verify the behavior of C{executeCommand}.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|