]> granicus.if.org Git - python/commit
Issue #20517: Functions in the os module that accept two filenames
authorLarry Hastings <larry@hastings.org>
Mon, 10 Feb 2014 06:05:19 +0000 (22:05 -0800)
committerLarry Hastings <larry@hastings.org>
Mon, 10 Feb 2014 06:05:19 +0000 (22:05 -0800)
commitb082731fbb413a7ff2412a447698fdd65015fd24
tree6cb37b4aacee0af28c057079af5545cf92dd1537
parentdc62b7e261ab88b4ab967ac2ae307eddbfa0ae09
Issue #20517: Functions in the os module that accept two filenames
now register both filenames in the exception on failure.
This required adding new C API functions allowing OSError exceptions
to reference two filenames instead of one.
Doc/c-api/exceptions.rst
Doc/data/refcounts.dat
Doc/library/exceptions.rst
Include/pyerrors.h
Lib/test/test_exceptions.py
Lib/test/test_posix.py
Misc/NEWS
Modules/posixmodule.c
Objects/exceptions.c
Python/errors.c