summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2018-08-06 08:28:19 (GMT)
committerINADA Naoki <methane@users.noreply.github.com>2018-08-06 08:28:19 (GMT)
commitb2499669ef2e6dc9a2cdb49b4dc498e078167e26 (patch)
tree28ffb82682d44f3eda4ff6f54211608a900139a4 /Misc
parent336c945858055059a65134d4c501a85037d70d99 (diff)
downloadcpython-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.rst2
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.