Message 188362 - Python tracker
Message188362
| Author | cavallo71 |
|---|---|
| Recipients | benjamin.peterson, cavallo71, doko, vstinner |
| Date | 2013-05-04.14:09:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1367676553.24.0.0475219885835.issue17905@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This patch adds autoconf.ac check for the locale.h file in addition to langinfo.h. The patch contains also a fix to Python/fileutils.c file. The android ndk provides locale.h but no langinfo.h: this fixes the issue. BTW bionic doesn't have any runtime support for locale at the moment in the standard build at least. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-05-04 14:09:13 | cavallo71 | set | recipients: + cavallo71, doko, vstinner, benjamin.peterson |
| 2013-05-04 14:09:13 | cavallo71 | set | messageid: <1367676553.24.0.0475219885835.issue17905@psf.upfronthosting.co.za> |
| 2013-05-04 14:09:13 | cavallo71 | link | issue17905 messages |
| 2013-05-04 14:09:12 | cavallo71 | create | |