summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2013-12-23 07:42:02 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2013-12-23 07:42:02 (GMT)
commit0a68dacb0da5f91977ee51dd589e8dae04f2ecaf (patch)
tree54254cfc6c5d2fa06912dc42a8ea40cefbe36ef5 /Misc
parented9af52ff064663f8ed2f40191b144a2b6a9865b (diff)
downloadcpython-0a68dacb0da5f91977ee51dd589e8dae04f2ecaf.zip
cpython-0a68dacb0da5f91977ee51dd589e8dae04f2ecaf.tar.gz
cpython-0a68dacb0da5f91977ee51dd589e8dae04f2ecaf.tar.bz2
Issue #19734: add missing NEWS entry
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7345ddb..24af2a1 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".