diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2014-01-02 13:12:30 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2014-01-02 13:12:30 (GMT) |
commit | c70d4f4d797ada5fbb1ef150c3c2015620346345 (patch) | |
tree | 118add74fd09992ee19a02172924a044f558b9ea /Misc | |
parent | 009771ee6b81321f66b3f6dcdc505597d7149407 (diff) | |
download | cpython-c70d4f4d797ada5fbb1ef150c3c2015620346345.zip cpython-c70d4f4d797ada5fbb1ef150c3c2015620346345.tar.gz cpython-c70d4f4d797ada5fbb1ef150c3c2015620346345.tar.bz2 |
Issue #19728: Enable pip installation by default on Windows.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -303,6 +303,8 @@ Tests Build ----- +- Issue #19728: Enable pip installation by default on Windows. + - Issue #16136: Remove VMS support - Issue #18215: Add script Tools/ssl/test_multiple_versions.py to compile and |