summaryrefslogtreecommitdiffstats
path: root/PC/os2emx
diff options
context:
space:
mode:
authorEric Smith <eric@trueblade.com>2010-02-22 14:58:30 (GMT)
committerEric Smith <eric@trueblade.com>2010-02-22 14:58:30 (GMT)
commit68af50ba392daee56ac555a1b292197b62a0e52c (patch)
tree9a74b1ee227ae4a872c05aac7135164f7df2efa9 /PC/os2emx
parent9d2d327963fac62294c20fb4611071a30a609293 (diff)
downloadcpython-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.def5
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"