Revert the renaming of repr to reprlib.
commit67bdaf8791860455c9833935429b6f5e49adde55
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 23 May 2008 05:03:59 +0000 (23 05:03 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 23 May 2008 05:03:59 +0000 (23 05:03 +0000)
tree8f2e4ffe73de82ecadc4b1430d36e4d4e1c24dae
parentd9fe41540ee10ada31fe2cd8f32a966a8d33288f
Revert the renaming of repr to reprlib.

git-svn-id: http://svn.python.org/projects/python/trunk@63547 6015fed2-1504-0410-9fe1-9d1591cc4771
16 files changed:
Demo/pdist/cmptree.py
Demo/pdist/server.py
Doc/library/datatypes.rst
Doc/library/repr.rst [moved from Doc/library/reprlib.rst with 92% similarity]
Doc/tutorial/stdlib2.rst
Lib/bdb.py
Lib/copy.py
Lib/idlelib/Debugger.py
Lib/idlelib/ObjectBrowser.py
Lib/pdb.py
Lib/pydoc.py
Lib/repr.py [moved from Lib/reprlib.py with 100% similarity]
Lib/test/test___all__.py
Lib/test/test_py3kwarn.py
Lib/test/test_repr.py [moved from Lib/test/test_reprlib.py with 99% similarity]
Misc/NEWS