From: Stefano Lattarini Date: Sun, 11 Nov 2012 10:43:06 +0000 (+0100) Subject: news: document fix for bug#8847 (PEP-3147, __pycache__) X-Git-Tag: v1.12.6~27^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2d3483c33079b333d96d1c8ee893c17974ae666;p=thirdparty%2Fautomake.git news: document fix for bug#8847 (PEP-3147, __pycache__) * NEWS (Bugs fixed in 1.12.5): Here. Signed-off-by: Stefano Lattarini --- diff --git a/NEWS b/NEWS index 637723439..4da66f814 100644 --- 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: