news: document fix for bug#8847 (PEP-3147, __pycache__)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 11 Nov 2012 10:43:06 +0000 (11:43 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 11 Nov 2012 10:43:09 +0000 (11:43 +0100)
* NEWS (Bugs fixed in 1.12.5): Here.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NEWS

diff --git a/NEWS b/NEWS
index 6377234..4da66f8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -97,6 +97,9 @@ Bugs fixed in 1.12.5:
     finding classic 'libname.a' style libraries when 'name.lib' and
     'name.dll.lib' aren't available.
 
+  - Python byte-compilation supports the new layout mandated by PEP-3147,
+    with its __pycache__ directory (automake bug#8847).
+
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 New in 1.12.4: