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.
1 parent 1cfe009 commit 6c01e38Copy full SHA for 6c01e38
2 files changed
Misc/ACKS
@@ -545,6 +545,7 @@ Randall Hopper
545
Nadav Horesh
546
Alon Horev
547
Jan Hosang
548
+Alan Hourihane
549
Ken Howard
550
Brad Howes
551
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