summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-05-15 21:31:03 (GMT)
committerGuido van Rossum <guido@python.org>1997-05-15 21:31:03 (GMT)
commitd0c87ee6c4204864984a8bf0f90eba8a5e4f9471 (patch)
treecadda681170954a0d6db7ac063a1e8135ab45d95 /Misc
parentfe28fa05e9c08978fa6e162ddf64e873c84cdc9a (diff)
downloadcpython-d0c87ee6c4204864984a8bf0f90eba8a5e4f9471.zip
cpython-d0c87ee6c4204864984a8bf0f90eba8a5e4f9471.tar.gz
cpython-d0c87ee6c4204864984a8bf0f90eba8a5e4f9471.tar.bz2
Oops, another forgotten renaming: varobject -> PyVarObject.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/RENAME1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/RENAME b/Misc/RENAME
index fe13dbe..6a4f5a0 100644
--- a/Misc/RENAME
+++ b/Misc/RENAME
@@ -79,6 +79,7 @@ intobject PyIntObject
longobject PyLongObject
noobject PyNothingObject
object PyObject
+varobject PyVarObject
stringobject PyStringObject
typeobject PyTypeObject
listobject PyListObject