We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0615e commit 52ffd0aCopy full SHA for 52ffd0a
docs/whatsnew.rst
@@ -58,7 +58,8 @@ Bug fixes
58
---------
59
60
- Use a private logger instead of the global logger in
61
- ``future.standard_library`` (issue #82).
+ ``future.standard_library`` (issue #82). This restores compatibility of the
62
+ standard library hooks with ``flask`` (issue #79).
63
- Stage 1 of ``futurize`` no longer renames ``next`` methods to ``__next__``
64
(issue #81). It still converts ``obj.next()`` method calls to
65
``next(obj)`` correctly.
0 commit comments