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 benjamin.peterson
Recipients benjamin.peterson, brett.cannon, brodie, ebehar, erickt, mark.dickinson, ronaldoussoren, rpetrov, tarek
Date 2009-06-03.23:44:29
SpamBayes Score 0.0039403946
Marked as misclassified No
Message-id <1244072671.36.0.80106660782.issue6154@psf.upfronthosting.co.za>
In-reply-to
Content
There's a broader issue than just the non-universal intl problem. If
intl.h is defined, then configure causes _localemodule.c to use
functions from it, but it wasn't being linked to.
History
Date User Action Args
2009-06-03 23:44:31benjamin.petersonsetrecipients: + benjamin.peterson, brett.cannon, ronaldoussoren, mark.dickinson, erickt, tarek, brodie, rpetrov, ebehar
2009-06-03 23:44:31benjamin.petersonsetmessageid: <1244072671.36.0.80106660782.issue6154@psf.upfronthosting.co.za>
2009-06-03 23:44:30benjamin.petersonlinkissue6154 messages
2009-06-03 23:44:29benjamin.petersoncreate