From: Alexandre Vassalotti Date: Fri, 16 May 2008 16:05:36 +0000 (+0000) Subject: Rename the repr module file to reprlib.py. X-Git-Tag: v3.0b1~299 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=acbca71ea775fc488bead0876d0cdbd48670dcbc;p=python Rename the repr module file to reprlib.py. I was sure I had done so in r63360. That is weird... --- diff --git a/Lib/repr.py b/Lib/reprlib.py similarity index 100% rename from Lib/repr.py rename to Lib/reprlib.py