mirror of https://github.com/python/cpython
Merge from 3.3.
This commit is contained in:
commit
34e4628453
|
@ -562,6 +562,7 @@ Randall Hopper
|
|||
Nadav Horesh
|
||||
Alon Horev
|
||||
Jan Hosang
|
||||
Alan Hourihane
|
||||
Ken Howard
|
||||
Brad Howes
|
||||
Mike Hoy
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
#include "Python.h"
|
||||
#include "osdefs.h"
|
||||
#include <locale.h>
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LANGINFO_H
|
||||
#include <locale.h>
|
||||
#include <langinfo.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue