summaryrefslogtreecommitdiff
path: root/Lib/copyreg.py
Commit message (Collapse)AuthorAgeFilesLines
* Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6.Alexandre Vassalotti2008-05-161-1/+1
| | | | | This fixes the omissions of configparser, copyreg, queue and socketserver renaming.
* Added module stub for copy_reg renaming in 3.0.Alexandre Vassalotti2008-05-111-0/+201
Renamed copy_reg to copyreg in the standard library, to avoid spurious warnings and ease later merging to py3k branch. Public documentation remains intact.