forked from orbit-oss/flask
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:
parent
c04b0de558
commit
3ace642ef3
4 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue