summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-03-21 22:02:42 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-03-21 22:02:42 (GMT)
commite96ac3a33a154b454159c903cfcfcac5ed56215e (patch)
treed1d40adb030bafecaf679f7c9290a56d72254add /Misc
parent1d6af707cfac6406feb5c82656bb8f313bfcb696 (diff)
downloadcpython-e96ac3a33a154b454159c903cfcfcac5ed56215e.zip
cpython-e96ac3a33a154b454159c903cfcfcac5ed56215e.tar.gz
cpython-e96ac3a33a154b454159c903cfcfcac5ed56215e.tar.bz2
Merged revisions 78991-78992,78994 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r78991 | martin.v.loewis | 2010-03-16 12:03:13 +0100 (Di, 16 Mär 2010) | 9 lines Merged revisions 78976 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78976 | martin.v.loewis | 2010-03-15 14:00:17 +0100 (Mo, 15 Mär 2010) | 1 line Issue #6716: Quote -x arguments of compileall in MSI installer. ........ ................ r78992 | martin.v.loewis | 2010-03-16 14:19:21 +0100 (Di, 16 Mär 2010) | 2 lines Issue #6716/2: Backslash-replace error output in compilall. ................ r78994 | martin.v.loewis | 2010-03-16 17:19:47 +0100 (Di, 16 Mär 2010) | 1 line Issue #6716/3: Exclude 2to3 tests from compileall. ................
Diffstat (limited to 'Misc')
-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.