From: Nick Coghlan Date: Mon, 23 Dec 2013 07:42:02 +0000 (+1000) Subject: Issue #19734: add missing NEWS entry X-Git-Tag: v3.4.0b2~118 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a68dacb0da5f91977ee51dd589e8dae04f2ecaf;p=thirdparty%2FPython%2Fcpython.git Issue #19734: add missing NEWS entry --- diff --git a/Misc/NEWS b/Misc/NEWS index 7345ddb8ea93..24af2a142f1a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -44,6 +44,9 @@ Core and Builtins Library ------- +- Issue #19734: ensurepip now ignores all pip environment variables to avoid + odd behaviour based on user configuration settings + - Fix TypeError on "setup.py upload --show-response". - Issue #20045: Fix "setup.py register --list-classifiers".