summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-23 05:05:20 +0000
committerBrett Cannon <bcannon@gmail.com>2008-05-23 05:05:20 +0000
commit2d593cc679534f11367b2dffcabb6e41ecc72ce8 (patch)
tree3856ec82c4723ef762cf7dedf84bc4222ccb00b9
parent2ee0e8eaec7f6e87664c2c9297633623cbd28868 (diff)
downloadcpython-git-2d593cc679534f11367b2dffcabb6e41ecc72ce8.tar.gz
Remove the old repr stub.
-rw-r--r--Lib/lib-old/repr.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/Lib/lib-old/repr.py b/Lib/lib-old/repr.py
deleted file mode 100644
index daa21547a8..0000000000
--- a/Lib/lib-old/repr.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from warnings import warnpy3k
-warnpy3k("The repr module has been renamed to 'reprlib' in Python 3.0",
- stacklevel=2)
-
-from sys import modules
-import reprlib
-modules[__name__] = repr