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 gustavo
Recipients
Date 2003-07-20.19:39:42
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
  This patch offers conversion string<->float
conversion functions that are locale agnostic.  This
way, Python will be able to run perfectly even when
LC_NUMERIC is set to something other than C.  It
happens frequently when using external modules that
these modules change LC_NUMERIC without python knowing
about it.  It will never stop happening, unfortunately,
so it is best to make python not depend on LC_NUMERIC
being always set to 'C'.
History
Date User Action Args
2007-08-23 15:28:25adminlinkissue774665 messages
2007-08-23 15:28:25admincreate