Rename the internal name of dictproxy -> dict_proxy,

in analogy with dict_keys etc.
This commit is contained in:
Guido van Rossum 2007-11-30 23:30:40 +00:00
parent 05a2fc2274
commit f77c929c56
1 changed files with 1 additions and 1 deletions

View File

@ -788,7 +788,7 @@ proxy_richcompare(proxyobject *v, PyObject *w, int op)
PyTypeObject PyDictProxy_Type = {
PyVarObject_HEAD_INIT(&PyType_Type, 0)
"dictproxy", /* tp_name */
"dict_proxy", /* tp_name */
sizeof(proxyobject), /* tp_basicsize */
0, /* tp_itemsize */
/* methods */