components/python/python27/patches/18-osconf-long.patch
changeset 4698 4e27e549b58d
parent 1954 32663e59626d
child 7516 09c933391a1b
--- a/components/python/python27/patches/18-osconf-long.patch	Wed Jul 22 05:12:12 2015 -0700
+++ b/components/python/python27/patches/18-osconf-long.patch	Fri Jul 24 09:56:22 2015 -0700
@@ -1,9 +1,9 @@
 # http://bugs.python.org/issue17964 was fixed in 3.4 but not back-ported so we
 # need this patch for 2.7 .
 
---- Python-2.7.7/Modules/posixmodule.c.~2~	2014-06-02 11:01:10.919544709 -0700
-+++ Python-2.7.7/Modules/posixmodule.c	2014-06-02 11:01:11.009553336 -0700
-@@ -8499,7 +8499,7 @@
+--- Python-2.7.10/Modules/posixmodule.c.~2~	2015-05-10 10:17:06 -0700
++++ Python-2.7.10/Modules/posixmodule.c	2015-05-18 14:47:21 -0700
+@@ -8555,7 +8555,7 @@
      int name;
  
      if (PyArg_ParseTuple(args, "O&:sysconf", conv_sysconf_confname, &name)) {