Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6. | Alexandre Vassalotti | 2008-05-16 | 1 | -1/+1 |
| | | | | | This fixes the omissions of configparser, copyreg, queue and socketserver renaming. | ||||
* | Added module stub for copy_reg renaming in 3.0. | Alexandre Vassalotti | 2008-05-11 | 1 | -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. |