summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-08-16 09:10:42 (GMT)
committerGuido van Rossum <guido@python.org>2001-08-16 09:10:42 (GMT)
commit83f56cb2dbb0e5df04ae2a6d2847991449cfde6b (patch)
treed2bd57df2cec580e866781a1cfc00a5a95183d06 /Modules
parent297abadc6b871c61388c3df2e5e7b3e531a9a813 (diff)
downloadcpython-83f56cb2dbb0e5df04ae2a6d2847991449cfde6b.zip
cpython-83f56cb2dbb0e5df04ae2a6d2847991449cfde6b.tar.gz
cpython-83f56cb2dbb0e5df04ae2a6d2847991449cfde6b.tar.bz2
Change the type names to xxsublist.<name>.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/xxsubtype.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/xxsubtype.c b/Modules/xxsubtype.c
index 5dadc74..c20a1c7 100644
--- a/Modules/xxsubtype.c
+++ b/Modules/xxsubtype.c
@@ -63,7 +63,7 @@ static struct getsetlist spamlist_getsets[] = {
static PyTypeObject spamlist_type = {
PyObject_HEAD_INIT(&PyType_Type)
0,
- "spamlist",
+ "xxsubtype.spamlist",
sizeof(spamlistobject),
0,
0, /* tp_dealloc */
@@ -156,7 +156,7 @@ static struct memberlist spamdict_members[] = {
static PyTypeObject spamdict_type = {
PyObject_HEAD_INIT(&PyType_Type)
0,
- "spamdict",
+ "xxsubtype.spamdict",
sizeof(spamdictobject),
0,
0, /* tp_dealloc */