From e5080eb0ad02cbd369a0e16ce3a0acb6200c75d4 Mon Sep 17 00:00:00 2001 From: Mike Croucher Date: Thu, 26 Feb 2015 14:40:58 +0000 Subject: [PATCH] Added Python 3 progress to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9111a48c..dca746bf 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Work done so far: * Used 2to3 to fix relative imports * Used 2to3 to convert print from statement to function. Some advanced uses of print meant that this could not be done in a way that retained compatibility with old versions of Python. The oldest version of Python that is supported by this version is 2.6 due to the required future imports. +* Used 2to3 to convert exceptions to Python 3 friendly versions. There are a few oustanding string exceptions to take care of that 2to3 doesn't handle. Will need to do these manually ### Citation