diff options
author | Eric Smith <eric@trueblade.com> | 2010-02-22 14:58:30 (GMT) |
---|---|---|
committer | Eric Smith <eric@trueblade.com> | 2010-02-22 14:58:30 (GMT) |
commit | 68af50ba392daee56ac555a1b292197b62a0e52c (patch) | |
tree | 9a74b1ee227ae4a872c05aac7135164f7df2efa9 /PC/os2emx | |
parent | 9d2d327963fac62294c20fb4611071a30a609293 (diff) | |
download | cpython-68af50ba392daee56ac555a1b292197b62a0e52c.zip cpython-68af50ba392daee56ac555a1b292197b62a0e52c.tar.gz cpython-68af50ba392daee56ac555a1b292197b62a0e52c.tar.bz2 |
Issue #5988: Delete deprecated functions PyOS_ascii_formatd, PyOS_ascii_strtod, and PyOS_ascii_atof.
Diffstat (limited to 'PC/os2emx')
-rw-r--r-- | PC/os2emx/python27.def | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/PC/os2emx/python27.def b/PC/os2emx/python27.def index 0776ced..7d05ec3 100644 --- a/PC/os2emx/python27.def +++ b/PC/os2emx/python27.def @@ -1048,11 +1048,6 @@ EXPORTS "_PyThreadState_Current" "_PyThreadState_GetFrame" -; From python26_s.lib(pystrtod) - "PyOS_ascii_strtod" - "PyOS_ascii_formatd" - "PyOS_ascii_atof" - ; From python26_s.lib(pythonrun) "Py_IgnoreEnvironmentFlag" "Py_DebugFlag" |