From acbca71ea775fc488bead0876d0cdbd48670dcbc Mon Sep 17 00:00:00 2001 From: Alexandre Vassalotti Date: Fri, 16 May 2008 16:05:36 +0000 Subject: [PATCH] Rename the repr module file to reprlib.py. I was sure I had done so in r63360. That is weird... --- Lib/{repr.py => reprlib.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Lib/{repr.py => reprlib.py} (100%) diff --git a/Lib/repr.py b/Lib/reprlib.py similarity index 100% rename from Lib/repr.py rename to Lib/reprlib.py -- 2.40.0