summaryrefslogtreecommitdiff
path: root/docs/features
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2021-02-20 20:19:23 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2021-02-20 20:19:23 -0500
commit67ea0627879e10e47380482156b1421862e3c956 (patch)
tree6539268b30382d59d5d77fbc1b36e8e4daecbc92 /docs/features
parenta7119e1b26a8bae531b118b7cb8c4b195f731df6 (diff)
downloadcmd2-git-67ea0627879e10e47380482156b1421862e3c956.tar.gz
Deprecate Python 3.5
Diffstat (limited to 'docs/features')
-rw-r--r--docs/features/embedded_python_shells.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/features/embedded_python_shells.rst b/docs/features/embedded_python_shells.rst
index 70765b21..8ff65ffe 100644
--- a/docs/features/embedded_python_shells.rst
+++ b/docs/features/embedded_python_shells.rst
@@ -28,9 +28,12 @@ More Python examples:
(Cmd) py print("-".join("spelling"))
s-p-e-l-l-i-n-g
(Cmd) py
- Python 3.5.3 (default, Jan 19 2017, 14:11:04)
- [GCC 6.3.0 20170118] on linux
+ Python 3.9.0 (default, Nov 11 2020, 21:21:51)
+ [Clang 12.0.0 (clang-1200.0.32.21)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
+
+ End with `Ctrl-D` (Unix) / `Ctrl-Z` (Windows), `quit()`, `exit()`.
+ Non-Python commands can be issued with: app("your command")
(CmdLineApp)
End with `Ctrl-D` (Unix) / `Ctrl-Z` (Windows), `quit()`, `exit()`.