From b2d3483c33079b333d96d1c8ee893c17974ae666 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun, 11 Nov 2012 11:43:06 +0100 Subject: [PATCH] news: document fix for bug#8847 (PEP-3147, __pycache__) * NEWS (Bugs fixed in 1.12.5): Here. Signed-off-by: Stefano Lattarini --- NEWS | 3 +++ 1 file changed, 3 insertions(+) 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: -- 2.47.2