summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-05-09 03:03:23 (GMT)
committerGuido van Rossum <guido@python.org>1997-05-09 03:03:23 (GMT)
commitb6a7f77c9ff557643dee97e0c9e39c194376fa0a (patch)
tree50b3573ce77900f27c44c7a855371eaf1e424eb7 /Misc
parent7f25391e111de82009a96ac3b3e2db2bc20bea49 (diff)
downloadcpython-b6a7f77c9ff557643dee97e0c9e39c194376fa0a.zip
cpython-b6a7f77c9ff557643dee97e0c9e39c194376fa0a.tar.gz
cpython-b6a7f77c9ff557643dee97e0c9e39c194376fa0a.tar.bz2
Oops -- missed FloatingPointError in renaming.
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 92e3aa5..fe13dbe 100644
--- a/Misc/RENAME
+++ b/Misc/RENAME
@@ -36,6 +36,7 @@ AccessError PyExc_AccessError
AttributeError PyExc_AttributeError
ConflictError PyExc_ConflictError
EOFError PyExc_EOFError
+FloatingPointError PyExc_FloatingPointError
IOError PyExc_IOError
ImportError PyExc_ImportError
IndexError PyExc_IndexError