diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-10-18 14:32:49 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-10-18 14:32:49 -0400 |
commit | 6a8af758ffd4c0f06812ca52abe5ddd1d8891bd9 (patch) | |
tree | d78fbd91f9ea106730bce9bb6390347cf003d51f /docs | |
parent | aad1219701140498187723b40f4da5606ace800d (diff) | |
download | cmd2-git-6a8af758ffd4c0f06812ca52abe5ddd1d8891bd9.tar.gz |
Deleted Cmd.colorize() method and Cmd._colorcodes dictionary which were deprecated in 0.9.5
Diffstat (limited to 'docs')
-rw-r--r-- | docs/unfreefeatures.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/unfreefeatures.rst b/docs/unfreefeatures.rst index 364addc6..61c0601c 100644 --- a/docs/unfreefeatures.rst +++ b/docs/unfreefeatures.rst @@ -161,9 +161,6 @@ Always the output destination -The previously recommended ``colorize`` method is now deprecated. - - .. _quiet: Suppressing non-essential output |