Deprecate al/AL for removal in 3.0.

This commit is contained in:
Brett Cannon 2008-05-14 01:08:21 +00:00
parent c72df3305f
commit 34721d5683
6 changed files with 18 additions and 3 deletions

View file

@ -131,7 +131,7 @@ class TestStdlibRemovals(unittest.TestCase):
all_platforms = ('audiodev', 'imputil', 'mutex', 'user', 'new', 'rexec',
'Bastion', 'compiler', 'dircache', 'fpformat',
'ihooks', 'mhlib')
inclusive_platforms = {'irix' : ('pure',),
inclusive_platforms = {'irix' : ('pure', 'AL', 'al'),
'darwin' : ('autoGIL', 'Carbon', 'OSATerminology',
'icglue', 'Nav', 'MacOS', 'aepack', 'aetools',
'aetypes', 'applesingle', 'appletrawmain',