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

This commit is contained in:
Brett Cannon 2008-05-11 01:09:32 +00:00
parent a975cd446e
commit 7595c1a36b
1 changed files with 1 additions and 1 deletions

View File

@ -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 */