This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author evan_
Recipients evan_, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-12-28.17:05:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482944709.57.0.306036834468.issue29093@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, the history within the current Python session. It's worth noting that the history usually behaves like in cmd.exe, not bash. (I don't have a py.exe without the bug at the moment to confirm that is the same.)

Testing now, it seems all the history shortcuts (F1-F9) function correctly when running Python directly, but when run with the launcher all behave as though the history buffer were empty. Somehow the combination of the shell and the launcher are stopping it from keeping history.

I'll open an issue on their bug tracker and report back.
History
Date User Action Args
2016-12-28 17:05:09evan_setrecipients: + evan_, paul.moore, tim.golden, zach.ware, steve.dower
2016-12-28 17:05:09evan_setmessageid: <1482944709.57.0.306036834468.issue29093@psf.upfronthosting.co.za>
2016-12-28 17:05:09evan_linkissue29093 messages
2016-12-28 17:05:09evan_create