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 pitrou
Recipients benjamin.peterson, cavallo71, doko, pitrou, vstinner
Date 2013-05-11.12:30:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368275414.33.0.151204947994.issue17905@psf.upfronthosting.co.za>
In-reply-to
Content
There are more places where including locale.h is guarded by HAVE_LANGINFO_H.

Also, there are places where including locale.h isn't guarded by anything (such as Python/formatter_unicode.c), so I don't think we need the new configure check.
History
Date User Action Args
2013-05-11 12:30:14pitrousetrecipients: + pitrou, doko, vstinner, benjamin.peterson, cavallo71
2013-05-11 12:30:14pitrousetmessageid: <1368275414.33.0.151204947994.issue17905@psf.upfronthosting.co.za>
2013-05-11 12:30:14pitroulinkissue17905 messages
2013-05-11 12:30:14pitroucreate