diff options
author | Guido van Rossum <guido@python.org> | 1997-04-29 18:25:32 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-04-29 18:25:32 +0000 |
commit | 04e30c188a1089999e9ae60b1217583f29d796c3 (patch) | |
tree | fc67dc2cffe3b66368daac2ae1bb23d5ad42cbac /Misc | |
parent | 373c869a6ae2883e5f13b4c90587ad70a160bd41 (diff) | |
download | cpython-git-04e30c188a1089999e9ae60b1217583f29d796c3.tar.gz |
Remove err_input from rename list -- it is a static inside errors.c.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/RENAME | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/RENAME b/Misc/RENAME index 7747928958..be863df368 100644 --- a/Misc/RENAME +++ b/Misc/RENAME @@ -364,7 +364,6 @@ getishortarraysize PyArg_GetShortArraySize getistringarg PyArg_GetString err_badarg PyErr_BadArgument err_badcall PyErr_BadInternalCall -err_input PyErr_Input err_nomem PyErr_NoMemory err_errno PyErr_SetFromErrno err_set PyErr_SetNone |