isort - the automatic Python import sorter - version 3.0.0 released

timothy.crosley at gmail.com timothy.crosley at gmail.com
Thu Jan 2 01:48:39 CET 2014


isort v 3.0.0 released with the following major features:

- Built-in support for editorconfig config files (http://editorconfig.org/)
- Support for consistent syntax when adding or removing imports
- Improved handling of files that a user doesn't have permission to read
- The ability to separate import sections with custom comments

see more here: http://timothycrosley.github.io/isort/


More information about the Python-announce-list mailing list