| commit | 0a68dacb0da5f91977ee51dd589e8dae04f2ecaf | [log] [tgz] |
|---|---|---|
| author | Nick Coghlan <ncoghlan@gmail.com> | Mon Dec 23 17:42:02 2013 +1000 |
| committer | Nick Coghlan <ncoghlan@gmail.com> | Mon Dec 23 17:42:02 2013 +1000 |
| tree | 54254cfc6c5d2fa06912dc42a8ea40cefbe36ef5 | |
| parent | ed9af52ff064663f8ed2f40191b144a2b6a9865b [diff] |
Issue #19734: add missing NEWS entry
diff --git a/Misc/NEWS b/Misc/NEWS index 7345ddb..24af2a1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -44,6 +44,9 @@ 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".