diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-24 16:59:15 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-24 16:59:15 -0500 |
commit | 251ca40e15a9bcdb53e37b8dded524c4d2ee92f7 (patch) | |
tree | a007fe524abbfeff91e6a3a4b49595befde0bc21 | |
parent | 6a2166ec9abfa2f4250142ec542d9b8344aa6655 (diff) | |
download | cmd2-git-251ca40e15a9bcdb53e37b8dded524c4d2ee92f7.tar.gz |
Updating front-page README.rst to mention unicode character support for Python 3
-rwxr-xr-x | README.rst | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ cmd2 provides the following features, in addition to those already existing in c - Bare ``>``, ``>>`` with no filename send output to paste buffer
- Pipe output to shell commands with ``|``
- Simple transcript-based application testing
+- Unicode character support (*Python 3 only*)
Instructions for implementing each feature follow.
|