[Python-checkins] r63549 - python/trunk/Lib/lib-old/repr.py

brett.cannon python-checkins at python.org
Fri May 23 07:05:20 CEST 2008


Author: brett.cannon
Date: Fri May 23 07:05:20 2008
New Revision: 63549

Log:
Remove the old repr stub.

Removed:
   python/trunk/Lib/lib-old/repr.py

Deleted: python/trunk/Lib/lib-old/repr.py
==============================================================================
--- python/trunk/Lib/lib-old/repr.py	Fri May 23 07:05:20 2008
+++ (empty file)
@@ -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


More information about the Python-checkins mailing list