From 8f9f0f12e845034080525c6a80d52215533cb2a4 Mon Sep 17 00:00:00 2001 From: Larry Hastings Date: Mon, 10 Feb 2014 03:43:57 -0800 Subject: Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. --- Objects/exceptions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Objects/exceptions.c') diff --git a/Objects/exceptions.c b/Objects/exceptions.c index 11dcaec277..44e60dd044 100644 --- a/Objects/exceptions.c +++ b/Objects/exceptions.c @@ -726,8 +726,8 @@ ComplexExtendsException(PyExc_Exception, ImportError, * when it was supplied. * * (If a function has two filenames, such as rename(), symlink(), - * or copy(), PyErr_SetFromErrnoWithFilenames() is called, which - * allows passing in a second filename.) + * or copy(), PyErr_SetFromErrnoWithFilenameObjects() is called, + * which allows passing in a second filename.) */ /* This function doesn't cleanup on error, the caller should */ -- cgit v1.2.1