components/python/python34/patches/08-dlpi.patch
changeset 1953 5c1face45dc8
parent 1907 446472de62e9
child 2183 5d00686e81da
--- a/components/python/python34/patches/08-dlpi.patch	Thu Jun 19 02:03:25 2014 -0700
+++ b/components/python/python34/patches/08-dlpi.patch	Thu Jun 19 13:53:07 2014 -0700
@@ -1223,9 +1223,9 @@
 +
 +	return mod;
 +}
---- Python-3.4.0/setup.py.~4~	2014-03-19 10:45:51.118227834 -0700
-+++ Python-3.4.0/setup.py	2014-03-19 10:45:51.146201564 -0700
-@@ -1474,6 +1474,12 @@
+--- Python-3.4.1/setup.py.~4~	2014-05-27 11:03:49.734697487 -0700
++++ Python-3.4.1/setup.py	2014-05-27 11:03:49.752000275 -0700
+@@ -1484,6 +1484,12 @@
              exts.append( Extension('ucred', ['ucred.c'],
                                     libraries = ['tsol']) )