diff options
author | Larry Hastings <larry@hastings.org> | 2014-02-10 11:43:57 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-02-10 11:43:57 (GMT) |
commit | 8f9f0f12e845034080525c6a80d52215533cb2a4 (patch) | |
tree | e582640185a4d455abc59b397503d5a029d66dce /Misc | |
parent | 1c143b19c88021e323d4a88315efc8879b1c631d (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 ------------- |