Skip to content

Commit 8147df3

Browse files
committed
Better description in CHANGELOG of what fix_import does.
Signed-off-by: Daira Hopwood <[email protected]>
1 parent 1f1b1bf commit 8147df3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Changes since 0.3:
1717
* New fixer for imports of renamed standard library modules, using
1818
``six.moves``.
1919
* New fixer to add ``from __future__ import absolute_import`` to all
20-
files with imports.
20+
files with imports, and change any implicit relative imports to explicit
21+
(see PEP 328).
2122
* New fixer for ``input()`` and ``raw_input()``, changed to ``eval(input())``
2223
and ``input()`` respectively.
2324
* New fixer for ``file()``, changed to ``open()``. There is also an

0 commit comments

Comments
 (0)