We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1b1bf commit 8147df3Copy full SHA for 8147df3
CHANGELOG.rst
@@ -17,7 +17,8 @@ Changes since 0.3:
17
* New fixer for imports of renamed standard library modules, using
18
``six.moves``.
19
* New fixer to add ``from __future__ import absolute_import`` to all
20
- files with imports.
+ files with imports, and change any implicit relative imports to explicit
21
+ (see PEP 328).
22
* New fixer for ``input()`` and ``raw_input()``, changed to ``eval(input())``
23
and ``input()`` respectively.
24
* New fixer for ``file()``, changed to ``open()``. There is also an
0 commit comments