summaryrefslogtreecommitdiffstats
path: root/Lib/copy_reg.py
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2008-05-14 21:52:37 (GMT)
committerAlexandre Vassalotti <alexandre@peadrop.com>2008-05-14 21:52:37 (GMT)
commit1b9df6862ac9c1faf2f2c5a9238241785001e10b (patch)
tree06da884d3d1e758b918bfa87252f5a983e461ef9 /Lib/copy_reg.py
parent650f5161f45390bc3b621bc7db9edfd54e7f59b9 (diff)
downloadcpython-1b9df6862ac9c1faf2f2c5a9238241785001e10b.zip
cpython-1b9df6862ac9c1faf2f2c5a9238241785001e10b.tar.gz
cpython-1b9df6862ac9c1faf2f2c5a9238241785001e10b.tar.bz2
Moved copy_reg stub module to lib-old/.
Stub modules will be easier to track (and remove) if they are all kept in lib-old/, instead of sprinkling them throughout the library.
Diffstat (limited to 'Lib/copy_reg.py')
-rw-r--r--Lib/copy_reg.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/Lib/copy_reg.py b/Lib/copy_reg.py
deleted file mode 100644
index 700698c..0000000
--- a/Lib/copy_reg.py
+++ /dev/null
@@ -1,8 +0,0 @@
-import sys
-from warnings import warnpy3k
-
-warnpy3k("the copy_reg module has been renamed "
- "to 'copyreg' in Python 3.0", stacklevel=2)
-
-import copyreg
-sys.modules[__name__] = copyreg