From 1e1b76d3a1f5b7521c943fb4fccfefbec2987c74 Mon Sep 17 00:00:00 2001 From: Dario Gjorgjevski Date: Tue, 12 Jan 2021 10:49:09 +0100 Subject: [PATCH] Add changelog fragment --- docs/changelog/2049.bugfix.rst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/changelog/2049.bugfix.rst diff --git a/docs/changelog/2049.bugfix.rst b/docs/changelog/2049.bugfix.rst new file mode 100644 index 000000000..7ad254b8f --- /dev/null +++ b/docs/changelog/2049.bugfix.rst @@ -0,0 +1,4 @@ +Allow unfunctioning of pydoc to fail freely so that virtualenvs can be +activated under Zsh with set -e (since otherwise ``unset -f`` and +``unfunction`` exit with 1 if the function does not exist in Zsh) - by +:user:`d125q`.