[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#8847: [PATCH 2/8] news: document fix for bug#8847 (PEP-3147, __pycac
From: |
Stefano Lattarini |
Subject: |
bug#8847: [PATCH 2/8] news: document fix for bug#8847 (PEP-3147, __pycache__) |
Date: |
Mon, 19 Nov 2012 23:12:17 +0100 |
* NEWS (Bugs fixed in 1.12.5): Here.
Signed-off-by: Stefano Lattarini <address@hidden>
---
NEWS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/NEWS b/NEWS
index 6377234..4da66f8 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:
--
1.8.0.209.gf3828dc
- bug#8847: [PATCH] Improve python support, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 0/8] tests: support for PEP-3147, and testsuite fixes, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 1/8] python: improve support for modern python (CPython 3.2 and PyPy), Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 2/8] news: document fix for bug#8847 (PEP-3147, __pycache__),
Stefano Lattarini <=
- bug#8847: [PATCH 3/8] tests: typofix in message, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 5/8] tests: improve a comment, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 4/8] tests: honour $PYTHON override, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 6/8] python: uninstall cater to PEP-3147, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 8/8] tests: fix a spurious failure when $PYTHON is in the environment, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 7/8] python tests: support PEP-3147 installation layout, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 0/8] tests: support for PEP-3147, and testsuite fixes, Stefano Lattarini, 2012/11/21