Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in
commit1d29c4e95fceca4a6b8e96b79af127fdac3029da
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 26 Oct 2009 22:28:14 +0000 (26 22:28 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 26 Oct 2009 22:28:14 +0000 (26 22:28 +0000)
tree4374bbc2741d669e399e6b7056bebc778b47cb0f
parent8520855c00d9db32faa34ddce66021a802c146bc
Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in
complexobject.c.  Also remove length restriction on unicode inputs to
the complex constructor.

git-svn-id: http://svn.python.org/projects/python/trunk@75739 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_complex.py
Misc/NEWS
Objects/complexobject.c