Mark Dickinson <dicki...@gmail.com> added the comment:

Actually, for Python 3.x, rather than using strtod directly it would be better 
to use the PyOS_string_to_double C-API function.  That function is entirely 
locale-agnostic:  it should behave identically to the float constructor.

Python 3.0 is no longer supported:  it would be good to know whether this 
problem persists with Python 3.1 or the py3k svn branch.

----------
nosy: +mark.dickinson
versions: +Python 3.1, Python 3.2 -Python 3.0

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5125>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to