Changed by: alexandre.vassalotti
Changed at: Sun 11 May 2008 08:25:29
Branch: trunk
Revision: 63042
Changed files:
- /trunk/Lib/copy.py
- /trunk/Lib/copy_reg.py
- /trunk/Lib/copyreg.py
- /trunk/Lib/idlelib/rpc.py
- /trunk/Lib/os.py
- /trunk/Lib/pickle.py
- /trunk/Lib/re.py
- /trunk/Lib/test/pickletester.py
- /trunk/Lib/test/regrtest.py
- /trunk/Lib/test/test___all__.py
- /trunk/Lib/test/test_copy.py
- /trunk/Lib/test/test_copy_reg.py
- /trunk/Lib/test/test_copyreg.py
- /trunk/Modules/cPickle.c
- /trunk/Modules/parsermodule.c
- /trunk/Objects/typeobject.c
Comments:
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.