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,11 +1,11 @@
diff -Naur Python-3.5.0-orig/Include/osdefs.h Python-3.5.0/Include/osdefs.h
--- Python-3.5.0-orig/Include/osdefs.h 2015-09-21 13:42:01.397616000 +0300
+++ Python-3.5.0/Include/osdefs.h 2015-09-21 13:42:37.914296000 +0300
diff -Naur Python-3.5.2-orig/Include/osdefs.h Python-3.5.2/Include/osdefs.h
--- Python-3.5.2-orig/Include/osdefs.h 2016-07-12 14:21:55.858800700 +0300
+++ Python-3.5.2/Include/osdefs.h 2016-07-12 14:22:39.819300700 +0300
@@ -10,7 +10,6 @@
#ifdef MS_WINDOWS
#define SEP L'\\'
#define ALTSEP L'/'
-#define MAXPATHLEN 256
#define DELIM L';'
#define DELIMSTR ";"
#define DELIMSTR L";"
#endif