FL, flp, and fl from IRIX have been deprecated for removal in 3.0.

This commit is contained in:
Brett Cannon 2008-05-15 03:20:36 +00:00
parent 72ccc40db5
commit 178582e2a4
7 changed files with 23 additions and 1 deletions

View file

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