summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-12-29 16:03:04 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-12-29 16:03:04 (GMT)
commite354d78b30dcb12c855a425e2404e478d36a5b95 (patch)
tree9585d788611d03e535c40c0b8b12ae3e81074522 /Misc
parent7560d7a2457c20f507bb2bc665ffae51e3fb668c (diff)
downloadcpython-e354d78b30dcb12c855a425e2404e478d36a5b95.zip
cpython-e354d78b30dcb12c855a425e2404e478d36a5b95.tar.gz
cpython-e354d78b30dcb12c855a425e2404e478d36a5b95.tar.bz2
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. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1560a04..a830fc4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -64,6 +64,8 @@ Core and Builtins
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.