Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a6d4bf + 6c01e38 commit 34e4628Copy full SHA for 34e4628
2 files changed
Misc/ACKS
@@ -562,6 +562,7 @@ Randall Hopper
562
Nadav Horesh
563
Alon Horev
564
Jan Hosang
565
+Alan Hourihane
566
Ken Howard
567
Brad Howes
568
Mike Hoy
Python/fileutils.c
@@ -1,11 +1,12 @@
1
#include "Python.h"
2
#include "osdefs.h"
3
+#include <locale.h>
4
+
5
#ifdef MS_WINDOWS
6
# include <windows.h>
7
#endif
8
9
#ifdef HAVE_LANGINFO_H
-#include <locale.h>
10
#include <langinfo.h>
11
12
0 commit comments