mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +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
|
@ -3,6 +3,10 @@
|
|||
#
|
||||
# Jack Jansen, December 1991
|
||||
#
|
||||
from warnings import warnpy3k
|
||||
warnpy3k("the flp module has been removed in Python 3.0", stacklevel=2)
|
||||
del warnpy3k
|
||||
|
||||
import string
|
||||
import os
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue