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 mattbehrens
Recipients
Date 2002-04-19.13:25:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=240525

This was indeed backported to 2.2.1 by mwh and it is
breaking the build on OpenBSD.  We don't have CODESET, but
we do have T_FMT_AMPM; however we don't have ERA, ERA_D_FMT,
ERA_D_T_FMT, ERA_T_FMT, or ALT_DIGITS.

I don't understand locale well enough to tell what I do and
do not need out of these.  Prior to this, the fact that
CODESET was not defined was sufficient to take out everything.

I'd like to coordinate to get a proper fix that can
hopefully be in 2.2.2. (I'm the OpenBSD package maintainer
for python.)  Perhaps it is more proper to nest the
T_FMT_AMPM-tested stuff inside the CODESET ifdef?
History
Date User Action Args
2007-08-23 14:00:03adminlinkissue534153 messages
2007-08-23 14:00:03admincreate