[New-bugs-announce] [issue35280] Interactive shell overwrites history

dingens report at bugs.python.org
Mon Nov 19 10:20:30 EST 2018


New submission from dingens <m at qjym.de>:

When opening two shells at the same time, history from the one that is closed first gets lost.

Steps to reproduce:
- let's call the contents of the history before this experiment `z`
- open two interactive shells called A and B
- execute commands in them, say `a` and `b`, respectively
- close shell A
- close shell B

Actual behavior:
- history contains `z` then `b`

Expected behavior:
- history contains `z` then `a` then `b`

possibly related: issue22940

----------
messages: 330103
nosy: dingens
priority: normal
severity: normal
status: open
title: Interactive shell overwrites history
type: behavior
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35280>
_______________________________________


More information about the New-bugs-announce mailing list