diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-09 22:11:09 -0700 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-09 22:11:09 -0700 |
| commit | 43e6ae2ec979c04a81f7fc992c6b836f09043a92 (patch) | |
| tree | 39519717b59106faa6e592079755f0f925bafc48 /docs/unfreefeatures.rst | |
| parent | 98301d03570f3e2e407c1397641bf2b04eb480ac (diff) | |
| download | cmd2-git-43e6ae2ec979c04a81f7fc992c6b836f09043a92.tar.gz | |
Deleted optparse code which had been previously deprecated in 0.8.0 release
Also:
- Bumped version to 0.8.4
Diffstat (limited to 'docs/unfreefeatures.rst')
| -rw-r--r-- | docs/unfreefeatures.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/unfreefeatures.rst b/docs/unfreefeatures.rst index 2d6c8c3c..d420797d 100644 --- a/docs/unfreefeatures.rst +++ b/docs/unfreefeatures.rst @@ -137,13 +137,6 @@ There are a couple functions which can globally effect how arguments are parsed .. autofunction:: cmd2.set_strip_quotes -.. warning:::: - - Since optparse_ has been deprecated since Python 3.2, the ``cmd2`` developers have deprecated the old optparse-based - ``@options`` decorator. This decorator still exists in the codebase, but it will be removed in a future release. - We recommend using one of the new argparse-based decorators. - -.. _optparse: https://docs.python.org/3/library/optparse.html .. _argparse: https://docs.python.org/3/library/argparse.html |
