]> granicus.if.org Git - python/commit
Rename copy_reg module to copyreg.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 11 May 2008 08:55:36 +0000 (08:55 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 11 May 2008 08:55:36 +0000 (08:55 +0000)
commitf7fa63dd55e638d300a8d4a148dcedb402fdb750
tree53cc22a0517f95753d4772c11f1c247a7c30fa8b
parent7760008c38b6a88dfdc675d97668763a7c1cacd2
Rename copy_reg module to copyreg.
Updated documentation.
Merged revisions 63042 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r63042 | alexandre.vassalotti | 2008-05-11 04:25:28 -0400 (Sun, 11 May 2008) | 5 lines

  Added module stub for copy_reg renaming in 3.0.
  Renamed copy_reg to copyreg in the standard library, to avoid
  spurious warnings and ease later merging to py3k branch. Public
  documentation remains intact.
........
20 files changed:
Doc/library/copy.rst
Doc/library/copyreg.rst [moved from Doc/library/copy_reg.rst with 89% similarity]
Doc/library/modulefinder.rst
Doc/library/persistence.rst
Doc/library/pickle.rst
Lib/copy.py
Lib/copyreg.py [moved from Lib/copy_reg.py with 100% similarity]
Lib/idlelib/rpc.py
Lib/os.py
Lib/pickle.py
Lib/pickletools.py
Lib/re.py
Lib/test/pickletester.py
Lib/test/regrtest.py
Lib/test/test___all__.py
Lib/test/test_copy.py
Lib/test/test_copyreg.py [moved from Lib/test/test_copy_reg.py with 58% similarity]
Misc/NEWS
Modules/parsermodule.c
Objects/typeobject.c