mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Deprecate readcd for removal in 3.0.
This commit is contained in:
parent
11ae6e7151
commit
cd2de08257
4 changed files with 10 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
# Class interface to the CD module.
|
||||
from warnings import warnpy3k
|
||||
warnpy3k("the readcd module has been removed in Python 3.0", stacklevel=2)
|
||||
del warnpy3k
|
||||
|
||||
import cd, CD
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue