components/python/ipython/patches/dtexample.py.patch
changeset 4663 ab6b84c05705
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/ipython/patches/dtexample.py.patch	Fri Jul 17 13:25:28 2015 -0700
@@ -0,0 +1,22 @@
+# Patch to fix hanging ipfunc test on sparc. Not for upstream.
+
+--- ipython-0.10/IPython/testing/plugin/dtexample.py	2009-04-15 17:58:05.000000000 -0700
++++ ipython-0.10/IPython/testing/plugin/dtexample.py	2015-07-07 09:41:08.098281161 -0700
+@@ -23,7 +23,7 @@
+     """
+     return 'pyfunc'
+ 
+-
++'''
+ def ipfunc():
+     """Some ipython tests...
+ 
+@@ -71,7 +71,7 @@
+     Out[9]: 'ipfunc'
+     """
+     return 'ipfunc'
+-
++'''
+ 
+ def ranfunc():
+     """A function with some random output.