mirror of
https://github.com/python/cpython.git
synced 2026-01-29 10:42:17 +00:00
Remove the old repr stub.
This commit is contained in:
parent
2ee0e8eaec
commit
2d593cc679
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue