components/python/python27/patches/06-ucred.patch
changeset 1246 164605dfef4e
parent 985 57467415833a
child 1914 00e8dbcb9b1e
--- a/components/python/python27/patches/06-ucred.patch	Tue Apr 02 08:43:27 2013 -0700
+++ b/components/python/python27/patches/06-ucred.patch	Tue Apr 02 15:14:34 2013 -0700
@@ -1,3 +1,5 @@
+This patch provides Python ucred support.  
+
 diff --git Python-2.6.4/Modules/ucred.c Python-2.6.4/Modules/ucred.c
 new file mode 100644
 --- /dev/null
@@ -415,7 +417,7 @@
 --- /dev/null	2011-02-12 03:14:16.000000000 -0600
 +++ Python-2.6.4/Lib/test/ucredtest.py	2011-01-20 13:52:42.945657919 -0600
 @@ -0,0 +1,45 @@
-+#!/usr/bin/python2.6
++#!/usr/bin/python2.7
 +
 +import ucred
 +import os