This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alanh
Recipients alanh
Date 2013-09-16.16:02:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379347357.79.0.813786173843.issue19036@psf.upfronthosting.co.za>
In-reply-to
Content
Patch....

--- Python/fileutils.c.old	2013-09-11 07:04:42.000000000 +0000
+++ Python/fileutils.c	2013-09-11 07:05:01.000000000 +0000
@@ -4,8 +4,8 @@
 #  include <windows.h>
 #endif
 
-#ifdef HAVE_LANGINFO_H
 #include <locale.h>
+#ifdef HAVE_LANGINFO_H
 #include <langinfo.h>
 #endif
History
Date User Action Args
2013-09-16 16:02:37alanhsetrecipients: + alanh
2013-09-16 16:02:37alanhsetmessageid: <1379347357.79.0.813786173843.issue19036@psf.upfronthosting.co.za>
2013-09-16 16:02:37alanhlinkissue19036 messages
2013-09-16 16:02:37alanhcreate