add ENOTDIR to from_file silent error handling
This commit is contained in:
parent
d3b78fd18a
commit
560ea7fd40
3 changed files with 17 additions and 1 deletions
|
|
@ -23,6 +23,8 @@ Unreleased
|
|||
switching ``POST`` to ``GET``. This preserves the current behavior of
|
||||
``GET`` and ``POST`` redirects, and is also correct for frontend libraries
|
||||
such as HTMX. :issue:`5895`
|
||||
- ``Config.from_file()`` with ``silent=True`` handles ``ENOTDIR`` errors,
|
||||
matching the behavior of ``Config.from_pyfile()``. :issue:`5912`
|
||||
|
||||
|
||||
Version 3.1.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue