Kaydet (Commit) 7595c1a3 authored tarafından Brett Cannon's avatar Brett Cannon

Flesh out the 3.0 deprecation to suggest using the ctypes module.

üst a975cd44
......@@ -236,7 +236,7 @@ initdl(void)
PyObject *m, *d, *x;
if (PyErr_WarnPy3k("the dl module has been removed in "
"Python 3.0", 2) < 0)
"Python 3.0; use the ctypes module instead", 2) < 0)
return;
/* Initialize object type */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment