summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2013-11-19 16:02:36 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2013-11-19 16:02:36 (GMT)
commitdd7436c6130ae304c6e0b399fe22692a470b6b5c (patch)
treef22a7f118d4df913373357c7d2832f40a12785ef /Misc
parentdc2fd5101a22d82600a328158f484e74e976d12b (diff)
downloadcpython-dd7436c6130ae304c6e0b399fe22692a470b6b5c.zip
cpython-dd7436c6130ae304c6e0b399fe22692a470b6b5c.tar.gz
cpython-dd7436c6130ae304c6e0b399fe22692a470b6b5c.tar.bz2
Issue #19550: Implement Windows installer changes of PEP 453 (ensurepip).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 57f5d99..75d4bdd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -293,6 +293,8 @@ Tests
Build
-----
+- Issue #19550: Implement Windows installer changes of PEP 453 (ensurepip).
+
- Issue #19520: Fix compiler warning in the _sha3 module on 32bit Windows.
- Issue #19356: Avoid using a C variabled named "_self", it's a reserved