mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Deprecate al/AL for removal in 3.0.
This commit is contained in:
parent
c72df3305f
commit
34721d5683
6 changed files with 18 additions and 3 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue