Skip to content

Commit 0ff7113

Browse files
Adding files is handy!
1 parent 3cd29a0 commit 0ff7113

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/whatsnew/3.16.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ functools
123123
shutil
124124
------
125125

126-
* The :class:`!ExecError` exception which has been deprecated since Python 3.14.
126+
* The :exc:`!ExecError` exception which has been deprecated since Python 3.14.
127127
It has not been used by any function in :mod:`!shutil` since Python 3.4.
128128
(Contributed by Stan Ulbrych in :gh:`149567`.)
129129

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Remove the :exc:`!shutil.ExecError` exception which has been deprecated
2+
since Python 3.14.

0 commit comments

Comments
 (0)