mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Revert the renaming of repr to reprlib.
This commit is contained in:
parent
778d5cc4fb
commit
2ee0e8eaec
16 changed files with 33 additions and 39 deletions
|
|
@ -53,7 +53,7 @@ Richard Chamberlain, for the first implementation of textdoc.
|
|||
# path will be displayed.
|
||||
|
||||
import sys, imp, os, re, types, inspect, __builtin__, pkgutil
|
||||
from reprlib import Repr
|
||||
from repr import Repr
|
||||
from string import expandtabs, find, join, lower, split, strip, rfind, rstrip
|
||||
try:
|
||||
from collections import deque
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue