Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1115 > unrolled thread
| Started by | timothy.crosley@gmail.com |
|---|---|
| First post | 2013-10-20 14:19 -0700 |
| Last post | 2013-10-20 14:19 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python.announce
isort 2.2.0 timothy.crosley@gmail.com - 2013-10-20 14:19 -0700
| From | timothy.crosley@gmail.com |
|---|---|
| Date | 2013-10-20 14:19 -0700 |
| Subject | isort 2.2.0 |
| Message-ID | <mailman.1293.1382320983.18130.python-announce-list@python.org> |
isort (the Python import sorting library, command line tool, Vim plugin, Sublime plugin, and Kate plugin) has released version 2.2.0: Improvements since 2.0.0 release: - Improved module grouping detection method. - Added two additional multi-line output modes (Vertical Grid & Vertical Grid Grouped). - Forces there to be exactly one new line at the end of all sorted files. - Kate-plugin now keeps cursor position when adding and removing imports. - Adds support for writing to stdout by appending -d argument - Adds support for automatically adding and/or removing import statements across multiple python files.
Back to top | Article view | comp.lang.python.announce
csiph-web