summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-11-19 05:39:00 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-11-19 05:39:00 (GMT)
commit26afd485ce46b6143a8568bebf648ca0d3f525b2 (patch)
treee3d326f4316431297bde3db82f7e7470353df712 /Misc
parent32019774b98d0b140cec1f16e46e4268d0f2cf7f (diff)
downloadcpython-26afd485ce46b6143a8568bebf648ca0d3f525b2.zip
cpython-26afd485ce46b6143a8568bebf648ca0d3f525b2.tar.gz
cpython-26afd485ce46b6143a8568bebf648ca0d3f525b2.tar.bz2
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')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bc1d91a..a455a76 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -137,6 +137,9 @@ C-API
Library
-------
+- Issue #7354: distutils.tests.test_msvc9compiler - dragfullwindows can
+ be 2.
+
- Issue #5037: Proxy the __unicode__ special method instead to __unicode__
instead of __str__.