diff options
author | Anthony Sottile <asottile@umich.edu> | 2018-08-06 08:28:19 (GMT) |
---|---|---|
committer | INADA Naoki <methane@users.noreply.github.com> | 2018-08-06 08:28:19 (GMT) |
commit | b2499669ef2e6dc9a2cdb49b4dc498e078167e26 (patch) | |
tree | 28ffb82682d44f3eda4ff6f54211608a900139a4 /Misc | |
parent | 336c945858055059a65134d4c501a85037d70d99 (diff) | |
download | cpython-b2499669ef2e6dc9a2cdb49b4dc498e078167e26.zip cpython-b2499669ef2e6dc9a2cdb49b4dc498e078167e26.tar.gz cpython-b2499669ef2e6dc9a2cdb49b4dc498e078167e26.tar.bz2 |
bpo-19891: Ignore error while writing history file (GH-8483)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-07-26-08-45-49.bpo-19891.Y-3IiB.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-07-26-08-45-49.bpo-19891.Y-3IiB.rst b/Misc/NEWS.d/next/Library/2018-07-26-08-45-49.bpo-19891.Y-3IiB.rst new file mode 100644 index 0000000..18e10f5 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-07-26-08-45-49.bpo-19891.Y-3IiB.rst @@ -0,0 +1,2 @@ +Ignore errors caused by missing / non-writable homedir while writing history +during exit of an interactive session. Patch by Anthony Sottile. |