diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-05-16 16:05:36 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-05-16 16:05:36 (GMT) |
commit | acbca71ea775fc488bead0876d0cdbd48670dcbc (patch) | |
tree | ce49efec9362d6aa1fef169237650dbdd4c18d17 | |
parent | 8efadf5d6613e76dfc5476f58adb9a2135173129 (diff) | |
download | cpython-acbca71ea775fc488bead0876d0cdbd48670dcbc.zip cpython-acbca71ea775fc488bead0876d0cdbd48670dcbc.tar.gz cpython-acbca71ea775fc488bead0876d0cdbd48670dcbc.tar.bz2 |
Rename the repr module file to reprlib.py.
I was sure I had done so in r63360. That is weird...
-rw-r--r-- | Lib/reprlib.py (renamed from Lib/repr.py) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/Lib/repr.py b/Lib/reprlib.py index 9893c71..9893c71 100644 --- a/Lib/repr.py +++ b/Lib/reprlib.py |