Message 256726 - Python tracker

Message256726

Author ncoghlan
Recipients Aivar.Annamaa, BreamoreBoy, Marcus.Smith, Saimadhav.Heblikar, dstufft, markroseman, ncoghlan, paul.moore, peter.otten, rhettinger, steve.dower, terry.reedy
Date 2015-12-19.10:24:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450520656.64.0.554603090482.issue23551@psf.upfronthosting.co.za>
In-reply-to
Content
If anything was to be copied from IPython, then the system shell access feature might be worth considering: http://ipython.readthedocs.org/en/stable/interactive/reference.html#system-shell-access

However, a command to launch a suitably configured shell session could be a better way to go, as it still helps to clearly introduce the difference between the "Python shell" and the "system shell", while avoiding teachers needing to explain several different sets of instructions for different operating systems.
History
Date User Action Args
2015-12-19 10:24:16ncoghlansetrecipients: + ncoghlan, rhettinger, terry.reedy, paul.moore, peter.otten, markroseman, BreamoreBoy, Aivar.Annamaa, steve.dower, dstufft, Marcus.Smith, Saimadhav.Heblikar
2015-12-19 10:24:16ncoghlansetmessageid: <1450520656.64.0.554603090482.issue23551@psf.upfronthosting.co.za>
2015-12-19 10:24:16ncoghlanlinkissue23551 messages
2015-12-19 10:24:15ncoghlancreate