]> granicus.if.org Git - python/commit
Added module stub for copy_reg renaming in 3.0.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 11 May 2008 08:25:28 +0000 (08:25 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 11 May 2008 08:25:28 +0000 (08:25 +0000)
commit9510e4a9f8503421c9f589e99e697aa5f3b89b69
tree59e7f4f21d2c0902316f91b00d98e0e8d4b6c4aa
parentf602c71b077de965693c62d65d0e261bd964fbda
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.
15 files changed:
Lib/copy.py
Lib/copy_reg.py
Lib/copyreg.py [new file with mode: 0644]
Lib/idlelib/rpc.py
Lib/os.py
Lib/pickle.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]
Modules/cPickle.c
Modules/parsermodule.c
Objects/typeobject.c