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 keeely
Recipients eryksun, gvanrossum, keeely, rhettinger, steve.dower, terry.reedy
Date 2021-11-29.10:49:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638182997.64.0.275181822833.issue45870@roundup.psfhosted.org>
In-reply-to
Content
I'm attaching an example usage of cmd + readline to show how you can have context-specific history for sub-shells.  WARNING: WRITES FILES TO CWD! In the event that someone does implement this on Windows it would be nice if this worked.  That doesn't mean less-capable readline support wouldn't also be useful.

thanks.
History
Date User Action Args
2021-11-29 10:49:57keeelysetrecipients: + keeely, gvanrossum, rhettinger, terry.reedy, eryksun, steve.dower
2021-11-29 10:49:57keeelysetmessageid: <1638182997.64.0.275181822833.issue45870@roundup.psfhosted.org>
2021-11-29 10:49:57keeelylinkissue45870 messages
2021-11-29 10:49:57keeelycreate