From cc8d9185d1b0ca79ed49efd0ee2d3cae5b1cacbb Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Sun, 28 Feb 2021 17:50:05 +0100 Subject: Properly strip dangerous sys.path entries (not just the first one) (#4153) 51c646bf70a6e0a86492bfd2ddd1885671d64d67 only stripped the first bad sys.path entry, causing problems when PYTHONPATH starts or ends with a colon. Closes: https://github.com/PyCQA/pylint/issues/3636 --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d3976d1e3..953265455 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,9 @@ What's New in Pylint 2.7.2? * Fix False Positive on `Enum.__members__.items()`, `Enum.__members__.values`, and `Enum.__members__.keys` Closes #4123 +* Properly strip dangerous sys.path entries (not just the first one) + + Closes #3636 What's New in Pylint 2.7.1? =========================== -- cgit v1.2.1