commit | 178582e2a48dab04bb0a20b92d38a8280327dd6f | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu May 15 03:20:36 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu May 15 03:20:36 2008 +0000 |
tree | 2500c452f479f73f042288801073a22f678f89ff | |
parent | 72ccc40db5e595a7e643f1966f6ee674c5d81551 [diff] [blame] |
FL, flp, and fl from IRIX have been deprecated for removal in 3.0.
diff --git a/Lib/plat-irix6/flp.py b/Lib/plat-irix6/flp.py index f745472..32e8b9d 100644 --- a/Lib/plat-irix6/flp.py +++ b/Lib/plat-irix6/flp.py
@@ -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 os import sys import FL