diff options
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -36,18 +36,17 @@ Main Features - Sub-menu support via the ``AddSubmenu`` decorator - Unicode character support (*Python 3 only*) - Good tab-completion of commands, sub-commands, file system paths, and shell commands -- Python 2.7 and 3.4+ support +- Python 3.4+ support - Windows, macOS, and Linux support - Trivial to provide built-in help for all commands - Built-in regression testing framework for your applications (transcript-based testing) - Transcripts for use with built-in regression can be automatically generated from `history -t` -Plan for dropping Python 2.7 support ------------------------------------- -Support for Python 2.7 will be discontinued on April 15, 2018. After that date, new releases of `cmd2` will only support -Python 3. Older releases of `cmd2` will of course continue to support Python 2.7. +Python 2.7 support is EOL +------------------------- +Support for adding new features to the Python 2.7 release of ``cmd2`` was discontinued on April 15, 2018. Bug fixes will be supported for Python 2.7 via 0.8.x until August 31, 2018. -Supporting Python 2 is an increasing burden on our limited resources. Switching to support only Python 3 will allow +Supporting Python 2 was an increasing burden on our limited resources. Switching to support only Python 3 will allow us to clean up the codebase, remove some cruft, and focus on developing new features. Installation |