summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2000-05-02 19:24:39 (GMT)
committerBarry Warsaw <barry@python.org>2000-05-02 19:24:39 (GMT)
commit48719d3d1f116f6432040fea1754692038ba227c (patch)
tree9fc49559cbcc1a9414a270cb5f60da8431d0b4f2 /Python
parent47eeb9bdadbddb9d0d83c33415164eff10756bc4 (diff)
downloadcpython-48719d3d1f116f6432040fea1754692038ba227c.zip
cpython-48719d3d1f116f6432040fea1754692038ba227c.tar.gz
cpython-48719d3d1f116f6432040fea1754692038ba227c.tar.bz2
_PyBuiltin_Init_2(): Remove the misleading comment.
Diffstat (limited to 'Python')
-rw-r--r--Python/bltinmodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c
index a535b1d..43ce6e4 100644
--- a/Python/bltinmodule.c
+++ b/Python/bltinmodule.c
@@ -2589,7 +2589,6 @@ _PyBuiltin_Init_2(dict)
if (!init_class_exc(dict))
/* class based exceptions could not be initialized. */
Py_FatalError("Standard exceptions could not be initialized.");
- /* does not return */
}