Use compat fspath instead of os.fspath

When 7ba35c4 was cherry-picked it introduced the
usage of os.fspath which is not supported on
Python <3.6
This commit is contained in:
brettlangdon 2021-05-13 20:19:02 -04:00 committed by David Lord
parent c04b0de558
commit 3ace642ef3
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
4 changed files with 9 additions and 3 deletions

View file

@ -1,5 +1,12 @@
.. currentmodule:: flask
Version 1.1.4
-------------
Unreleased
- Update ``static_folder`` to use ``_compat.fspath`` instead of
``os.fspath`` to continue supporting Python <3.6 :issue:`4050`
Version 1.1.3