summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-11-19 05:41:34 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-11-19 05:41:34 (GMT)
commitfd9ac226aa040b2cc790e7818d4e973ddf65b025 (patch)
tree700342d45e933ca1f8de3b3bf8b401de1743b69c /Misc/NEWS
parenta1f9c0423992f731778e3389eba2c87f864a6ba1 (diff)
downloadcpython-fd9ac226aa040b2cc790e7818d4e973ddf65b025.zip
cpython-fd9ac226aa040b2cc790e7818d4e973ddf65b025.tar.gz
cpython-fd9ac226aa040b2cc790e7818d4e973ddf65b025.tar.bz2
Merged revisions 76401 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r76401 | tarek.ziade | 2009-11-19 06:39:00 +0100 (Thu, 19 Nov 2009) | 9 lines Merged revisions 76399 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76399 | tarek.ziade | 2009-11-19 06:33:16 +0100 (Thu, 19 Nov 2009) | 1 line dragfullwindows can have value 2 ........ ................
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ba07336..fada490 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,9 @@ Core and Builtins
Library
-------
+- Issue #7354: distutils.tests.test_msvc9compiler - dragfullwindows can
+ be 2.
+
- Issue #3976: pprint for sets, frozensets, and dicts now succeed when
they contain unorderable types.