From 154f13a26a65415fa9785afb21bd4ec66eb09841 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Fri, 22 Jun 2018 03:07:37 -0400 Subject: [PATCH] Added news entry for patch Signed-off-by: Dan Ryan --- news/2386.bugfix | 1 + news/2386.vendor | 1 + 2 files changed, 2 insertions(+) create mode 100644 news/2386.bugfix create mode 100644 news/2386.vendor diff --git a/news/2386.bugfix b/news/2386.bugfix new file mode 100644 index 00000000..ae0e87c7 --- /dev/null +++ b/news/2386.bugfix @@ -0,0 +1 @@ +Patched ``python-dotenv`` to ensure that environment variables always get encoded to the filesystem encoding. diff --git a/news/2386.vendor b/news/2386.vendor new file mode 100644 index 00000000..ae0e87c7 --- /dev/null +++ b/news/2386.vendor @@ -0,0 +1 @@ +Patched ``python-dotenv`` to ensure that environment variables always get encoded to the filesystem encoding.