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 3bea977..eb2d19f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,6 +41,8 @@
Library
-------
+- Issue #3248: Allow placing ScrolledText in a PanedWindow.
+
- Issue #3954: Fix a potential SystemError in _hotshot.logreader error
handling.