Changed by: alexandre.vassalotti
Changed at: Sun 11 May 2008 08:55:38
Branch: branches/py3k
Revision: 63044
Changed files:
- /branches/py3k/
- /branches/py3k/Doc/library/copy.rst
- /branches/py3k/Doc/library/copy_reg.rst
- /branches/py3k/Doc/library/copyreg.rst
- /branches/py3k/Doc/library/modulefinder.rst
- /branches/py3k/Doc/library/persistence.rst
- /branches/py3k/Doc/library/pickle.rst
- /branches/py3k/Lib/copy.py
- /branches/py3k/Lib/copy_reg.py
- /branches/py3k/Lib/copyreg.py
- /branches/py3k/Lib/idlelib/rpc.py
- /branches/py3k/Lib/os.py
- /branches/py3k/Lib/pickle.py
- /branches/py3k/Lib/pickletools.py
- /branches/py3k/Lib/re.py
- /branches/py3k/Lib/test/pickletester.py
- /branches/py3k/Lib/test/regrtest.py
- /branches/py3k/Lib/test/test___all__.py
- /branches/py3k/Lib/test/test_copy.py
- /branches/py3k/Lib/test/test_copy_reg.py
- /branches/py3k/Lib/test/test_copyreg.py
- /branches/py3k/Misc/NEWS
- /branches/py3k/Modules/parsermodule.c
- /branches/py3k/Objects/typeobject.c
Comments:
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.
........