Message 188913 - Python tracker
Message188913
| 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:14 | pitrou | set | recipients: + pitrou, doko, vstinner, benjamin.peterson, cavallo71 |
| 2013-05-11 12:30:14 | pitrou | set | messageid: <1368275414.33.0.151204947994.issue17905@psf.upfronthosting.co.za> |
| 2013-05-11 12:30:14 | pitrou | link | issue17905 messages |
| 2013-05-11 12:30:14 | pitrou | create | |