]> granicus.if.org Git - python/commit
Revert copy_reg -> copyreg rename.
authorGeorg Brandl <georg@python.org>
Tue, 20 May 2008 07:49:57 +0000 (07:49 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 20 May 2008 07:49:57 +0000 (07:49 +0000)
commitdffbf5f5421cbeb20237280c0bd70f989269f844
tree51a520dcf10d589bd145d9117b010dab6bc28e3b
parent06d2a2cb0e105019e8bd5e29a3c81c6874e6396a
Revert copy_reg -> copyreg rename.
23 files changed:
Doc/library/copy.rst
Doc/library/copy_reg.rst [moved from Doc/library/copyreg.rst with 81% similarity]
Doc/library/modulefinder.rst
Doc/library/persistence.rst
Doc/library/pickle.rst
Lib/copy.py
Lib/copy_reg.py [moved from Lib/copyreg.py with 98% similarity]
Lib/idlelib/rpc.py
Lib/lib-old/copy_reg.py [deleted file]
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_copy_reg.py [moved from Lib/test/test_copyreg.py with 58% similarity]
Lib/test/test_py3kwarn.py
Misc/cheatsheet
Modules/cPickle.c
Modules/parsermodule.c
Objects/typeobject.c