]> granicus.if.org Git - python/commit
Rename the repr module to reprlib.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Fri, 16 May 2008 07:12:44 +0000 (07:12 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Fri, 16 May 2008 07:12:44 +0000 (07:12 +0000)
commit1f2ba4b6dad80f97aeecb5be8f35f44ca792c983
treedc2c356b160e3769dc758b55f72eba4bdf2ec652
parentcdc11337a221d45d40989bc256dd6cd0eb4b6371
Rename the repr module to reprlib.
Merged revisions 63357 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r63357 | alexandre.vassalotti | 2008-05-16 02:58:49 -0400 (Fri, 16 May 2008) | 2 lines

  Changed references to the reprlib module to use its new name.
........
13 files changed:
Demo/pdist/cmptree.py
Demo/pdist/server.py
Doc/library/reprlib.rst [moved from Doc/library/repr.rst with 91% 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/test/test___all__.py
Lib/test/test_repr.py
Misc/NEWS