summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-02-10 11:43:57 (GMT)
committerLarry Hastings <larry@hastings.org>2014-02-10 11:43:57 (GMT)
commit8f9f0f12e845034080525c6a80d52215533cb2a4 (patch)
treee582640185a4d455abc59b397503d5a029d66dce /Misc
parent1c143b19c88021e323d4a88315efc8879b1c631d (diff)
downloadcpython-8f9f0f12e845034080525c6a80d52215533cb2a4.zip
cpython-8f9f0f12e845034080525c6a80d52215533cb2a4.tar.gz
cpython-8f9f0f12e845034080525c6a80d52215533cb2a4.tar.bz2
Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 2 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6fb02cd..30abc7f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -246,10 +246,8 @@ C-API
-----
- Issue #20517: Added new functions allowing OSError exceptions to reference
- two filenames instead of one: PyErr_SetFromErrnoWithFilenameObjects(),
- PyErr_SetFromErrnoWithFilenames(), PyErr_SetFromWindowsErrWithFilenames(),
- PyErr_SetExcFromWindowsErrWithFilenameObjects(), and
- PyErr_SetExcFromWindowsErrWithFilenames().
+ two filenames instead of one: PyErr_SetFromErrnoWithFilenameObjects() and
+ PyErr_SetExcFromWindowsErrWithFilenameObjects().
Documentation
-------------