diff options
author | Guido van Rossum <guido@python.org> | 1997-04-29 18:19:10 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-04-29 18:19:10 (GMT) |
commit | 58d8e3dd9ea36909e4f8be8725def46f34ae8e50 (patch) | |
tree | 830b749b7066ab237f19ab367d9b516cba6d53df /Misc/RENAME | |
parent | b209a116cf4cde628535657d2c8be406b0e498cb (diff) | |
download | cpython-58d8e3dd9ea36909e4f8be8725def46f34ae8e50.zip cpython-58d8e3dd9ea36909e4f8be8725def46f34ae8e50.tar.gz cpython-58d8e3dd9ea36909e4f8be8725def46f34ae8e50.tar.bz2 |
Remove renaming instructions for ANY -- this is not renamed in
mymalloc.h. (Since it's a macro, I don't care much. It is used
internally only; others can use void *.)
Diffstat (limited to 'Misc/RENAME')
-rw-r--r-- | Misc/RENAME | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/RENAME b/Misc/RENAME index 32d304d..7747928 100644 --- a/Misc/RENAME +++ b/Misc/RENAME @@ -5,7 +5,6 @@ True Py_True False Py_False None Py_None -ANY PyUnivPtr methodlist PyMethodDef methodchain PyMethodChain |