summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-02-24 16:59:15 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-02-24 16:59:15 -0500
commit251ca40e15a9bcdb53e37b8dded524c4d2ee92f7 (patch)
treea007fe524abbfeff91e6a3a4b49595befde0bc21
parent6a2166ec9abfa2f4250142ec542d9b8344aa6655 (diff)
downloadcmd2-git-251ca40e15a9bcdb53e37b8dded524c4d2ee92f7.tar.gz
Updating front-page README.rst to mention unicode character support for Python 3
-rwxr-xr-xREADME.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 9a7036e8..5d2bac51 100755
--- a/README.rst
+++ b/README.rst
@@ -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.