python27: update to 2.7.11

This commit is contained in:
Tom G. Christensen
2015-12-20 18:37:38 +01:00
parent 610b33ac4e
commit a0f1b5eb74
3 changed files with 10 additions and 16 deletions

View File

@@ -1,12 +0,0 @@
--- Python-2.7.9/Modules/mmapmodule.c.fnctl 2014-12-10 16:59:55.000000000 +0100
+++ Python-2.7.9/Modules/mmapmodule.c 2015-03-21 12:20:50.544882000 +0100
@@ -23,9 +23,7 @@
#ifndef MS_WINDOWS
#define UNIX
-# ifdef __APPLE__
# include <fcntl.h>
-# endif
#endif
#ifdef MS_WINDOWS