mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
FL, flp, and fl from IRIX have been deprecated for removal in 3.0.
This commit is contained in:
parent
72ccc40db5
commit
178582e2a4
7 changed files with 23 additions and 1 deletions
|
|
@ -2128,6 +2128,11 @@ static PyMethodDef forms_methods[] = {
|
|||
PyMODINIT_FUNC
|
||||
initfl(void)
|
||||
{
|
||||
|
||||
if (PyErr_WarnPy3k("the fl module has been removed in "
|
||||
"Python 3.0", 2) < 0)
|
||||
return;
|
||||
|
||||
Py_InitModule("fl", forms_methods);
|
||||
if (m == NULL)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue