diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2013-12-23 07:42:02 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2013-12-23 07:42:02 (GMT) |
commit | 0a68dacb0da5f91977ee51dd589e8dae04f2ecaf (patch) | |
tree | 54254cfc6c5d2fa06912dc42a8ea40cefbe36ef5 /Misc | |
parent | ed9af52ff064663f8ed2f40191b144a2b6a9865b (diff) | |
download | cpython-0a68dacb0da5f91977ee51dd589e8dae04f2ecaf.zip cpython-0a68dacb0da5f91977ee51dd589e8dae04f2ecaf.tar.gz cpython-0a68dacb0da5f91977ee51dd589e8dae04f2ecaf.tar.bz2 |
Issue #19734: add missing NEWS entry
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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". |