Merged revisions 68006 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68006 | martin.v.loewis | 2008-12-29 16:51:01 +0100 (Mo, 29 Dez 2008) | 2 lines
Issue #3248: Allow placing ScrolledText in a PanedWindow.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 1560a04..a830fc4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -64,6 +64,8 @@
Library
-------
+- Issue #3248: Allow placing ScrolledText in a PanedWindow.
+
- Issue #4444: Allow assertRaises() to be used as a context handler, so that
the code under test can be written inline if more practical.