mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
The CD and cd modules for IRIX are deprecated for 3.0.
This commit is contained in:
parent
0b6b5236ff
commit
ddf949f194
5 changed files with 16 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
from warnings import warnpy3k
|
||||
warnpy3k("the CD module has been removed in Python 3.0", stacklevel=2)
|
||||
del warnpy3k
|
||||
|
||||
ERROR = 0
|
||||
NODISC = 1
|
||||
READY = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue