From 381d28e6c8c1fdbaf82835106151edc170ae4642 Mon Sep 17 00:00:00 2001 From: Mike Croucher Date: Fri, 27 Feb 2015 16:50:34 +0000 Subject: [PATCH] Updated Py3 work --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17dfc241..98613ce5 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ Work done so far: * In utils/linalg.py: * Commented out the function cholupdate(L, x) since it doesn't appear to be used. Its definitely not in the tests.s * Put the import for scipy.weave in a try/except block so that it will gracefully fail in Py3 +* Fixed a couple of urllib2 issues - had to be done mannual since 2to3 didn't help