Skip to content

Commit d3ca0bd

Browse files
committed
update: avoid lib2to3 in README
1 parent 7c7c95e commit d3ca0bd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

README.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,13 +246,9 @@ autopep8 fixes the following issues_ reported by pycodestyle_::
246246
W503 - Fix line break before binary operator.
247247
W504 - Fix line break after binary operator.
248248
W605 - Fix invalid escape sequence 'x'.
249-
W690 - Fix various deprecated code (via lib2to3).
250249

251250
autopep8 also fixes some issues not found by pycodestyle_.
252251

253-
- Correct deprecated or non-idiomatic Python code (via ``lib2to3``). Use this
254-
for making Python 2.7 code more compatible with Python 3. (This is triggered
255-
if ``W690`` is enabled.)
256252
- Normalize files with mixed line endings.
257253
- Put a blank line between a class docstring and its first method
258254
declaration. (Enabled with ``E301``.)

0 commit comments

Comments
 (0)