python3: Update to 3.5.2

This commit is contained in:
Alexey Pavlov
2016-07-12 14:49:26 +03:00
parent 3667715578
commit e9c507d51e
91 changed files with 768 additions and 769 deletions

View File

@@ -1,6 +1,6 @@
diff -Naur Python-3.5.0-orig/Modules/_gdbmmodule.c Python-3.5.0/Modules/_gdbmmodule.c
--- Python-3.5.0-orig/Modules/_gdbmmodule.c 2015-09-13 14:41:24.000000000 +0300
+++ Python-3.5.0/Modules/_gdbmmodule.c 2015-09-21 13:42:42.500610400 +0300
diff -Naur Python-3.5.2-orig/Modules/_gdbmmodule.c Python-3.5.2/Modules/_gdbmmodule.c
--- Python-3.5.2-orig/Modules/_gdbmmodule.c 2016-06-26 00:38:38.000000000 +0300
+++ Python-3.5.2/Modules/_gdbmmodule.c 2016-07-12 14:22:44.958300700 +0300
@@ -11,7 +11,7 @@
#include <fcntl.h>
#include "gdbm.h"