]> granicus.if.org Git - python/commitdiff
Remove the old repr stub.
authorBrett Cannon <bcannon@gmail.com>
Fri, 23 May 2008 05:05:20 +0000 (05:05 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 23 May 2008 05:05:20 +0000 (05:05 +0000)
Lib/lib-old/repr.py [deleted file]

diff --git a/Lib/lib-old/repr.py b/Lib/lib-old/repr.py
deleted file mode 100644 (file)
index daa2154..0000000
+++ /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