summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-08-24 13:06:50 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-08-24 13:06:50 (GMT)
commit3234cc808c45779483871388e706e0778005abb6 (patch)
treecac63a3750cfcc649d7dbd4894cb5651f64b313c /Misc
parenta4b070102aa3444ce7196fd8aa607ad5ea41da25 (diff)
downloadcpython-3234cc808c45779483871388e706e0778005abb6.zip
cpython-3234cc808c45779483871388e706e0778005abb6.tar.gz
cpython-3234cc808c45779483871388e706e0778005abb6.tar.bz2
Add missing PGI/PGO configurations for pywlauncher.
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 36bf9c3..0203e6c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -115,6 +115,8 @@ Tests
Build
-----
+- Add missing PGI/PGO configurations for pywlauncher.
+
- Issue #15645: Ensure 2to3 grammar pickles are properly installed.