Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 34e4628

Browse files
author
Stefan Krah
committed
Merge from 3.3.
2 parents 5a6d4bf + 6c01e38 commit 34e4628

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,7 @@ Randall Hopper
562562
Nadav Horesh
563563
Alon Horev
564564
Jan Hosang
565+
Alan Hourihane
565566
Ken Howard
566567
Brad Howes
567568
Mike Hoy

Python/fileutils.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#include "Python.h"
22
#include "osdefs.h"
3+
#include <locale.h>
4+
35
#ifdef MS_WINDOWS
46
# include <windows.h>
57
#endif
68

79
#ifdef HAVE_LANGINFO_H
8-
#include <locale.h>
910
#include <langinfo.h>
1011
#endif
1112

0 commit comments

Comments
 (0)