Skip to content

Improvements to py command#68

Merged
tleonhardt merged 1 commit intomasterfrom
interactive_python_improvements
Mar 10, 2017
Merged

Improvements to py command#68
tleonhardt merged 1 commit intomasterfrom
interactive_python_improvements

Conversation

@tleonhardt
Copy link
Copy Markdown
Member

The following improvements have been made to the py command:

  1. Can now use "cmd" to run cmd2 do_* commands within a python script before ever entering an interactive Python console
  2. Issuing a cmd('quit') within a python script will now really quit the application.
  3. Recursively entering an interactive Python session from within an existing one is no longer allowed.

This closes issues #65, #66, and #67.

The following improvements have been made:
1) Can now use "cmd" to run cmd2 do_* commands within a python script before ever entering an interactive Python console
2) Issuing a cmd('quit') within a python script will now really quit the application.
3) Recursively entering an interactive Python session from within an existing one is no longer allowed.
@tleonhardt tleonhardt added this to the 0.7.1 milestone Mar 10, 2017
@tleonhardt tleonhardt self-assigned this Mar 10, 2017
@tleonhardt tleonhardt merged commit abe33f2 into master Mar 10, 2017
@tleonhardt tleonhardt deleted the interactive_python_improvements branch March 10, 2017 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant