Kaydet (Commit) f77c929c authored tarafından Guido van Rossum's avatar Guido van Rossum

Rename the internal name of dictproxy -> dict_proxy,

in analogy with dict_keys etc.
üst 05a2fc22
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment