Fix config.from_pyfile on Python 3 (#2123)
* Fix config.from_pyfile on Python 3 Fix #2118 * Support Python 2.6 * Fix tests on Python 2
This commit is contained in:
parent
8cd0b03bee
commit
789715adb9
3 changed files with 24 additions and 3 deletions
3
CHANGES
3
CHANGES
|
|
@ -8,6 +8,9 @@ Version 0.12.1
|
|||
|
||||
Bugfix release, unreleased
|
||||
|
||||
- Fix encoding behavior of ``app.config.from_pyfile`` for Python 3. Fix
|
||||
``#2118``.
|
||||
|
||||
Version 0.12
|
||||
------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue