]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #19734: add missing NEWS entry
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 23 Dec 2013 07:42:02 +0000 (17:42 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 23 Dec 2013 07:42:02 +0000 (17:42 +1000)
Misc/NEWS

index 7345ddb8ea93b84e91f036d31195a6f91c223aa7..24af2a142f1ac1ac1518ece4c0da29df8ddea001 100644 (file)
--- 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".