mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6.
This fixes the omissions of configparser, copyreg, queue and socketserver renaming.
This commit is contained in:
parent
5e7b1c07bc
commit
ea0b22a167
8 changed files with 12 additions and 12 deletions
|
@ -3108,7 +3108,7 @@ slotnames(PyObject *cls)
|
|||
!PyList_Check(slotnames))
|
||||
{
|
||||
PyErr_SetString(PyExc_TypeError,
|
||||
"copy_reg._slotnames didn't return a list or None");
|
||||
"copyreg._slotnames didn't return a list or None");
|
||||
Py_DECREF(slotnames);
|
||||
slotnames = NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue