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:
Markus Unterwaditzer 2016-12-26 03:50:47 +01:00 committed by GitHub
parent 8cd0b03bee
commit 789715adb9
3 changed files with 24 additions and 3 deletions

View file

@ -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
------------