summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_copyreg.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert copy_reg -> copyreg rename.Georg Brandl2008-05-201-121/+0
|
* Added module stub for copy_reg renaming in 3.0.Alexandre Vassalotti2008-05-111-0/+121
Renamed copy_reg to copyreg in the standard library, to avoid spurious warnings and ease later merging to py3k branch. Public documentation remains intact.