diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-09-05 23:17:52 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-09-05 23:17:52 (GMT) |
commit | f584656003136b2f1b722dc667270c63371cce55 (patch) | |
tree | 5351e89bcbbb3f11cb358c013e9c509445e60943 /Misc | |
parent | 0061bf58923152a01ff19a41235040befd4f0b89 (diff) | |
download | cpython-f584656003136b2f1b722dc667270c63371cce55.zip cpython-f584656003136b2f1b722dc667270c63371cce55.tar.gz cpython-f584656003136b2f1b722dc667270c63371cce55.tar.bz2 |
Move NEWS entry to correct section.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -177,8 +177,6 @@ Tests Build ----- -- Issue #27883: Update sqlite to 3.14.1.0 on Windows. - - Issue #27917: Set platform triplets for Android builds. - Issue #25825: Update references to the $(LIBPL) installation path on AIX. @@ -190,6 +188,9 @@ Windows - Issue #27756: Adds new icons for Python files and processes on Windows. Designs by Cherry Wang. +- Issue #27883: Update sqlite to 3.14.1.0 on Windows. + + What's New in Python 3.6.0 alpha 4 ================================== |