summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9d42ce6..57d084d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,9 +9,17 @@ What's New in Python 3.1.3?
*Release date: 20XX-XX-XX*
+Library
+-------
+
+- Issue #6716/2: Backslash-replace error output in compilall.
+
Build
-----
+- Issue #6716: Quote -x arguments of compileall in MSI installer.
+ Exclude 2to3 tests from compileall.
+
- Issue #1628484: The Makefile doesn't ignore the CFLAGS environment
variable anymore. It also forwards the LDFLAGS settings to the linker
when building a shared library.