From: Karl Berry Date: Tue, 24 Mar 2020 22:12:49 +0000 (-0700) Subject: doc: forgot Python 3 NEWS entries. X-Git-Tag: v1.16.3~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6336d487d55f08b77e95313379832f001837d007;p=thirdparty%2Fautomake.git doc: forgot Python 3 NEWS entries. * NEWS: item for Python 3 support in 1.16.2. --- diff --git a/NEWS b/NEWS index efc20f75b..1a5eadba9 100644 --- a/NEWS +++ b/NEWS @@ -67,6 +67,10 @@ New in 1.16.2: * New features added - add zstd support and the automake option, dist-zstd. + + - support for Python 3: py-compile now supports both Python 3 + and Python 2; tests do not require .pyo files, and uninstall + deletes __pycache__ correctly (automake bug #32088). * Miscellaneous changes