http://hg.python.org/cpython/rev/3b3d1c312042 changeset: 88146:3b3d1c312042 user: Nick Coghlan <ncoghlan at gmail.com> date: Mon Dec 23 17:42:02 2013 +1000 summary: Issue #19734: add missing NEWS entry files: Misc/NEWS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- 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". -- Repository URL: http://hg.python.org/cpython