diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-15 04:17:35 +0000 |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-15 04:17:35 +0000 |
commit | 74a596c068ba46120a01bd09033065682aa8c309 (patch) | |
tree | 453a56e224effa5494346cf63b1861dcfd806b2f /Lib/test/test_py3kwarn.py | |
parent | f56b6aeb06b220ed78b951e7b5cec128db15444a (diff) | |
download | cpython-git-74a596c068ba46120a01bd09033065682aa8c309.tar.gz |
Deprecate WAIT for removal in 3.0.
Diffstat (limited to 'Lib/test/test_py3kwarn.py')
-rw-r--r-- | Lib/test/test_py3kwarn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py index 66cd04bb8b..b35314f12f 100644 --- a/Lib/test/test_py3kwarn.py +++ b/Lib/test/test_py3kwarn.py @@ -136,7 +136,7 @@ class TestStdlibRemovals(unittest.TestCase): 'gl', 'ERRNO', 'FILE', 'FL', 'flp', 'fl', 'fm', 'GET', 'GLWS', 'imgfile', 'IN', 'IOCTL', 'jpeg', 'panel', 'panelparser', - 'readcd', 'SV', 'torgb'), + 'readcd', 'SV', 'torgb', 'WAIT'), 'darwin' : ('autoGIL', 'Carbon', 'OSATerminology', 'icglue', 'Nav', 'MacOS', 'aepack', 'aetools', 'aetypes', 'applesingle', |