]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
doc: forgot Python 3 NEWS entries.
authorKarl Berry <karl@freefriends.org>
Tue, 24 Mar 2020 22:12:49 +0000 (15:12 -0700)
committerKarl Berry <karl@freefriends.org>
Tue, 24 Mar 2020 22:12:49 +0000 (15:12 -0700)
* NEWS: item for Python 3 support in 1.16.2.

NEWS

diff --git a/NEWS b/NEWS
index efc20f75b9b03ea5e1be5e7178f7a98c5daa63d1..1a5eadba964a86246755108fce20f26d1d0d5663 100644 (file)
--- 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